From: Michal Nazarewicz Date: Mon, 15 Mar 2010 10:10:23 +0000 (+0100) Subject: USB: g_mass_storage: fixed module name in Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=11b10d999469dc0514447a15e88c7ef14ec0761d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git USB: g_mass_storage: fixed module name in Kconfig 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 Cc: Kyungmin Park Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 7460cd797f45..11a3e0fa4331 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -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