From: Sehro Rautenkranz Date: Tue, 25 Sep 2018 23:41:59 +0000 (-0600) Subject: staging: dgnc: Fix Kconfig help header and text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3583dcd4d83803007ed6a8a09e58ee746a4ff99;p=linux.git staging: dgnc: Fix Kconfig help header and text Replace Kconfig help header and text to match other modules. Issue found by checkpatch. Spacing adjusted to match Documentation/process/coding-style.rst. Issue reported by rdunlap@infradead.org. Reported-by: Randy Dunlap Signed-off-by: Sehro Rautenkranz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/Kconfig b/drivers/staging/dgnc/Kconfig index 032c2a7952389..9f4f52c9c27d7 100644 --- a/drivers/staging/dgnc/Kconfig +++ b/drivers/staging/dgnc/Kconfig @@ -1,6 +1,10 @@ config DGNC - tristate "Digi Neo and Classic PCI Products" - default n - depends on TTY && PCI - ---help--- - Driver for the Digi International Neo and Classic PCI based product line. + tristate "Digi Neo and Classic PCI Products" + default n + depends on TTY && PCI + help + Say Y here to enable support for the Digi International Neo and + Classic PCI based product line. + + To compile this driver as a module, say M here: the module will be + called dgnc