diff options
author | Fabio Baltieri <fabio.baltieri@gmail.com> | 2012-03-10 22:44:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-13 14:24:08 -0700 |
commit | b55dd320f32c4cc31279d86ce0afb335c690b1fb (patch) | |
tree | 516753fbc2d836f88e80009d6020014949bdd344 /drivers/usb | |
parent | 28f1a0d946774edc77c33ab62a564aa34828472d (diff) | |
download | linux-b55dd320f32c4cc31279d86ce0afb335c690b1fb.tar.bz2 |
usb: gadget: Kconfig: fix typo for 'different'
Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 1623b5204da4..c14a3972953a 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -698,7 +698,7 @@ config USB_G_NCM help This driver implements USB CDC NCM subclass standard. NCM is an advanced protocol for Ethernet encapsulation, allows grouping - of several ethernet frames into one USB transfer and diffferent + of several ethernet frames into one USB transfer and different alignment possibilities. Say "y" to link the driver statically, or "m" to build a |