From e7a69540e11ba30458f28764758f372d9d80abb4 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 23 Aug 2016 13:07:52 -0700 Subject: [PATCH] staging: octeon-usb: correct driver name in Kconfig help text The module name in the Makefile and in the driver source file is octeon-hcd, so correct the Kconfig text to be the same. Signed-off-by: Randy Dunlap Cc: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/octeon-usb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/Kconfig b/drivers/staging/octeon-usb/Kconfig index 16ea17ff3fd2..0b8f1d9c7056 100644 --- a/drivers/staging/octeon-usb/Kconfig +++ b/drivers/staging/octeon-usb/Kconfig @@ -6,5 +6,5 @@ config OCTEON_USB Networks' products in the Octeon family. To compile this driver as a module, choose M here. The module - will be called octeon-usb. + will be called octeon-hcd. -- 2.34.1