diff options
Diffstat (limited to 'drivers/usb/serial/opticon.c')
-rw-r--r-- | drivers/usb/serial/opticon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/opticon.c b/drivers/usb/serial/opticon.c index 4cdb975caa89..96937f1b8b97 100644 --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c | |||
@@ -120,7 +120,7 @@ static void opticon_bulk_callback(struct urb *urb) | |||
120 | } | 120 | } |
121 | } else { | 121 | } else { |
122 | dev_dbg(&priv->udev->dev, | 122 | dev_dbg(&priv->udev->dev, |
123 | "Improper ammount of data received from the device, " | 123 | "Improper amount of data received from the device, " |
124 | "%d bytes", urb->actual_length); | 124 | "%d bytes", urb->actual_length); |
125 | } | 125 | } |
126 | 126 | ||