diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-20 11:02:24 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:40 -0500 |
commit | 9ddc5b6f18fbac07d2746566b73b89e89fdd4e6a (patch) | |
tree | aaf691482ac8e36ccccb413b9b698063e6d0b489 /drivers/usb/serial/opticon.c | |
parent | 659431fcafd820cc426afedadcc4548933224985 (diff) |
tree-wide: fix typos "ammount" -> "amount"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 | ||