Skip to content

Commit

Permalink
USB: g_mass_storage: fixed module name in Kconfig
Browse files Browse the repository at this point in the history
The Kconfig help message for Mass Storage Gadget claimed the
module will be named "g_file_storage" whereas it should be
"g_mass_storage".

Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Michal Nazarewicz authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent f479d70 commit 11b10d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ config USB_MASS_STORAGE
which may be used with composite framework.

Say "y" to link the driver statically, or "m" to build
a dynamically linked module called "g_file_storage". If unsure,
a dynamically linked module called "g_mass_storage". If unsure,
consider File-backed Storage Gadget.

config USB_G_SERIAL
Expand Down

0 comments on commit 11b10d9

Please sign in to comment.