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

staging: vme: devices: Added a paragraph to describe Kconfig symbol

This patch adds module name information about config symbol fixing the following checkpatch.pl warning in Kconfig:
WARNING: please write a paragraph that describes the config symbol fully

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kumari Radha and committed by
Greg Kroah-Hartman
a7a4f87e 3830d03d

+3
+3
drivers/staging/vme/devices/Kconfig
··· 8 8 VME windows in a manner at least semi-compatible with the interface 9 9 provided with the original driver at <http://www.vmelinux.org/>. 10 10 11 + To compile this driver as a module, choose M here. The module will 12 + be called vme_user. If unsure, say N. 13 + 11 14 config VME_PIO2 12 15 tristate "GE PIO2 VME" 13 16 depends on STAGING && GPIOLIB