wireless/prism54: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Cc: Luis R. Rodriguez <mcgrof@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
55f98938b5
commit
4a89852c35
@@ -113,7 +113,7 @@ islpci_mgmt_rx_fill(struct net_device *ndev)
|
||||
u32 curr = le32_to_cpu(cb->driver_curr_frag[ISL38XX_CB_RX_MGMTQ]);
|
||||
|
||||
#if VERBOSE > SHOW_ERROR_MESSAGES
|
||||
DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgmt_rx_fill \n");
|
||||
DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgmt_rx_fill\n");
|
||||
#endif
|
||||
|
||||
while (curr - priv->index_mgmt_rx < ISL38XX_CB_MGMT_QSIZE) {
|
||||
@@ -211,7 +211,7 @@ islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid,
|
||||
{
|
||||
pimfor_header_t *h = buf.mem;
|
||||
DEBUG(SHOW_PIMFOR_FRAMES,
|
||||
"PIMFOR: op %i, oid 0x%08lx, device %i, flags 0x%x length 0x%x \n",
|
||||
"PIMFOR: op %i, oid 0x%08lx, device %i, flags 0x%x length 0x%x\n",
|
||||
h->operation, oid, h->device_id, h->flags, length);
|
||||
|
||||
/* display the buffer contents for debugging */
|
||||
@@ -279,7 +279,7 @@ islpci_mgt_receive(struct net_device *ndev)
|
||||
u32 curr_frag;
|
||||
|
||||
#if VERBOSE > SHOW_ERROR_MESSAGES
|
||||
DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_receive \n");
|
||||
DEBUG(SHOW_FUNCTION_CALLS, "islpci_mgt_receive\n");
|
||||
#endif
|
||||
|
||||
/* Only once per interrupt, determine fragment range to
|
||||
@@ -338,7 +338,7 @@ islpci_mgt_receive(struct net_device *ndev)
|
||||
|
||||
#if VERBOSE > SHOW_ERROR_MESSAGES
|
||||
DEBUG(SHOW_PIMFOR_FRAMES,
|
||||
"PIMFOR: op %i, oid 0x%08x, device %i, flags 0x%x length 0x%x \n",
|
||||
"PIMFOR: op %i, oid 0x%08x, device %i, flags 0x%x length 0x%x\n",
|
||||
header->operation, header->oid, header->device_id,
|
||||
header->flags, header->length);
|
||||
|
||||
|
Reference in New Issue
Block a user