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 f37476e2268..701452ae919 100644 --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c @@ -115,7 +115,7 @@ static void opticon_bulk_callback(struct urb *urb)  		}  	} else {  		dev_dbg(&priv->udev->dev, -			"Improper ammount of data received from the device, " +			"Improper amount of data received from the device, "  			"%d bytes", urb->actual_length);  	}  |