diff options
author | Maxin John <maxin.john@gmail.com> | 2009-07-20 05:46:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:29 -0400 |
commit | 981e60f037631ca725a9790e7b3512de4a60bba8 (patch) | |
tree | 47f93e493eded2ab08d5643f68ad520ead979dd2 /drivers/usb/serial | |
parent | 9da69c604d87afea37b5411867bb76e3c624cc92 (diff) |
USB: serial: Spelling correction in Motorola USB Phone driver
Spelling correction in Motorola USB Phone driver
Changed: * Mororola should be using the CDC ACM USB spec, but instead
To: * Motorola should be using the CDC ACM USB spec, but instead
Signed-off-by: Maxin B. John <maxinbjohn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | drivers/usb/serial/moto_modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/moto_modem.c b/drivers/usb/serial/moto_modem.c index b66b71ccd12b..99bd00f5188a 100644 --- a/drivers/usb/serial/moto_modem.c +++ b/drivers/usb/serial/moto_modem.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | * | 9 | * |
10 | * {sigh} | 10 | * {sigh} |
11 | * Mororola should be using the CDC ACM USB spec, but instead | 11 | * Motorola should be using the CDC ACM USB spec, but instead |
12 | * they try to just "do their own thing"... This driver should handle a | 12 | * they try to just "do their own thing"... This driver should handle a |
13 | * few phones in which a basic "dumb serial connection" is needed to be | 13 | * few phones in which a basic "dumb serial connection" is needed to be |
14 | * able to get a connection through to them. | 14 | * able to get a connection through to them. |