diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:01:55 -0400 |
commit | 19299b34b42f4d37be2ce9b411664f37ca10ff61 (patch) | |
tree | 5de1ef0ed55351bd15a1d0cfb424b8496d8ae1e2 /drivers/net/irda/irda-usb.c | |
parent | a570f095eac34b7439eed2df6728381708c55bdc (diff) |
net/irda: remove trailing space in messages
Includes a minor consistency improvement between two related
debug messages.
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/irda-usb.c')
-rw-r--r-- | drivers/net/irda/irda-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c index 2c9b3af16612..4441fa3389c2 100644 --- a/drivers/net/irda/irda-usb.c +++ b/drivers/net/irda/irda-usb.c | |||
@@ -839,7 +839,7 @@ static void irda_usb_receive(struct urb *urb) | |||
839 | /* Usually precursor to a hot-unplug on OHCI. */ | 839 | /* Usually precursor to a hot-unplug on OHCI. */ |
840 | default: | 840 | default: |
841 | self->netdev->stats.rx_errors++; | 841 | self->netdev->stats.rx_errors++; |
842 | IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X \n", __func__, urb->status, urb->transfer_flags); | 842 | IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X\n", __func__, urb->status, urb->transfer_flags); |
843 | break; | 843 | break; |
844 | } | 844 | } |
845 | /* If we received an error, we don't want to resubmit the | 845 | /* If we received an error, we don't want to resubmit the |