summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSehro Rautenkranz2018-09-26 01:41:59 +0200
committerGreg Kroah-Hartman2018-10-03 00:10:22 +0200
commitf3583dcd4d83803007ed6a8a09e58ee746a4ff99 (patch)
tree5eaeca177ee9acefb7f282f5b1a6a02efe6a9f24
parentstaging: rtl8723bs: clean up clang warning on extraneous parentheses (diff)
downloadkernel-qcow2-linux-f3583dcd4d83803007ed6a8a09e58ee746a4ff99.tar.gz
kernel-qcow2-linux-f3583dcd4d83803007ed6a8a09e58ee746a4ff99.tar.xz
kernel-qcow2-linux-f3583dcd4d83803007ed6a8a09e58ee746a4ff99.zip
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 <rdunlap@infradead.org> Signed-off-by: Sehro Rautenkranz <sehro@sehro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/dgnc/Kconfig14
1 files changed, 9 insertions, 5 deletions
diff --git a/drivers/staging/dgnc/Kconfig b/drivers/staging/dgnc/Kconfig
index 032c2a795238..9f4f52c9c27d 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