2013-09-03 21:18:47

by Dave Jones

[permalink] [raw]
Subject: fix typo in usb serial simple driver Kconfig

Signed-off-by: Dave Jones <[email protected]>

diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index c454bfa..ddb9c51 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -60,7 +60,7 @@ config USB_SERIAL_SIMPLE
- Suunto ANT+ USB device.
- Fundamental Software dongle.
- HP4x calculators
- - a number of Motoroloa phones
+ - a number of Motorola phones
- Siemens USB/MPI adapter.
- ViVOtech ViVOpay USB device.
- Infineon Modem Flashloader USB interface


2013-09-03 21:38:41

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: fix typo in usb serial simple driver Kconfig

On Tue, Sep 03, 2013 at 05:18:38PM -0400, Dave Jones wrote:
> Signed-off-by: Dave Jones <[email protected]>
>
> diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
> index c454bfa..ddb9c51 100644
> --- a/drivers/usb/serial/Kconfig
> +++ b/drivers/usb/serial/Kconfig
> @@ -60,7 +60,7 @@ config USB_SERIAL_SIMPLE
> - Suunto ANT+ USB device.
> - Fundamental Software dongle.
> - HP4x calculators
> - - a number of Motoroloa phones
> + - a number of Motorola phones

Doh, that was stupid, thanks, I'll queue this up after 3.12-rc1 is out.

greg k-h