net/irda: remove trailing space in messages
[deliverable/linux.git] / drivers / net / irda / irda-usb.c
index 2c9b3af16612b9324d97202123fedaa16cede085..4441fa3389c265248ae45fa8f2adee625c30a7e1 100644 (file)
@@ -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
This page took 0.043367 seconds and 5 git commands to generate.