diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 08:57:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 22:01:55 +0100 |
commit | 19299b34b42f4d37be2ce9b411664f37ca10ff61 (patch) | |
tree | 5de1ef0ed55351bd15a1d0cfb424b8496d8ae1e2 /drivers/net/irda/irda-usb.c | |
parent | tipc: remove trailing space in messages (diff) | |
download | linux-19299b34b42f4d37be2ce9b411664f37ca10ff61.tar.xz linux-19299b34b42f4d37be2ce9b411664f37ca10ff61.zip |
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) /* Usually precursor to a hot-unplug on OHCI. */ default: self->netdev->stats.rx_errors++; - IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X \n", __func__, urb->status, urb->transfer_flags); + IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X\n", __func__, urb->status, urb->transfer_flags); break; } /* If we received an error, we don't want to resubmit the |