Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rdunlap@infradead.org>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
e7a69540 d5bd1eba

+1 -1
+1 -1
drivers/staging/octeon-usb/Kconfig
··· 6 6 Networks' products in the Octeon family. 7 7 8 8 To compile this driver as a module, choose M here. The module 9 - will be called octeon-usb. 9 + will be called octeon-hcd. 10 10