Staging: iio: gyro: Added description for config symbol.
authorHeena Sirwani <heenasirwani@gmail.com>
Sat, 4 Oct 2014 13:09:53 +0000 (18:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:08 +0000 (10:29 +0800)
The following patch fixes the checkpatch.pl warning by adding
description for a config symbol.
WARNING: please write a paragraph that describes the config symbol
fully.

Signed-off-by: Heena Sirwani <heenasirwani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/gyro/Kconfig

index 88b199b..f62f68f 100644 (file)
@@ -7,7 +7,10 @@ config ADIS16060
        tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
        depends on SPI
        help
-         Say yes here to build support for Analog Devices adis16060 wide bandwidth
+         Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
          yaw rate gyroscope with SPI.
 
+         To compile this driver as a module, say M here: the module will be
+         called adis16060. If unsure, say N.
+
 endmenu