Title: [8838] trunk/drivers/staging/iio: staging:iio: clean up Kconfig/Makefile style in new ADI code

Diff

Modified: trunk/drivers/staging/iio/accel/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/accel/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/accel/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -4,31 +4,31 @@
 comment "Accelerometers"
 
 config ADIS16201
-       tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
-       depends on SPI
-       select IIO_TRIGGER if IIO_RING_BUFFER
-       select IIO_SW_RING if IIO_RING_BUFFER
-       help
-         Say yes here to build support for Analog Devices adis16201 dual-axis digital inclinometer
-	 and accelerometer.
+	tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"
+	depends on SPI
+	select IIO_TRIGGER if IIO_RING_BUFFER
+	select IIO_SW_RING if IIO_RING_BUFFER
+	help
+	  Say yes here to build support for Analog Devices adis16201 dual-axis digital inclinometer
+	  and accelerometer.
 
 config ADIS16203
-       tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
-       depends on SPI
-       select IIO_TRIGGER if IIO_RING_BUFFER
-       select IIO_SW_RING if IIO_RING_BUFFER
-       help
-         Say yes here to build support for Analog Devices adis16203 Programmable 360 Degrees
-	 Inclinometer.
+	tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
+	depends on SPI
+	select IIO_TRIGGER if IIO_RING_BUFFER
+	select IIO_SW_RING if IIO_RING_BUFFER
+	help
+	  Say yes here to build support for Analog Devices adis16203 Programmable 360 Degrees
+	  Inclinometer.
 
 config ADIS16204
-       tristate "Analog Devices ADIS16204 Programmable High-g Digital Impact Sensor and Recorder"
-       depends on SPI
-       select IIO_TRIGGER if IIO_RING_BUFFER
-       select IIO_SW_RING if IIO_RING_BUFFER
-       help
-         Say yes here to build support for Analog Devices adis16204 Programmable High-g Digital
-	 Impact Sensor and Recorder.
+	tristate "Analog Devices ADIS16204 Programmable High-g Digital Impact Sensor and Recorder"
+	depends on SPI
+	select IIO_TRIGGER if IIO_RING_BUFFER
+	select IIO_SW_RING if IIO_RING_BUFFER
+	help
+	  Say yes here to build support for Analog Devices adis16204 Programmable High-g Digital
+	  Impact Sensor and Recorder.
 
 config ADIS16209
 	tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"

Modified: trunk/drivers/staging/iio/adc/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/adc/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/adc/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -128,4 +128,3 @@
 	help
 	  Say yes here to build support for Analog Devices AD7298
 	  temperature sensors and ADC.
-

Modified: trunk/drivers/staging/iio/addac/Makefile (8837 => 8838)


--- trunk/drivers/staging/iio/addac/Makefile	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/addac/Makefile	2010-05-24 04:48:00 UTC (rev 8838)
@@ -1,8 +1,7 @@
-
+#
 # Makefile for industrial I/O ADDAC drivers
 #
 
 obj-$(CONFIG_ADT7316) += adt7316.o
 obj-$(CONFIG_ADT7316_SPI) += adt7316-spi.o
 obj-$(CONFIG_ADT7316_I2C) += adt7316-i2c.o
-

Modified: trunk/drivers/staging/iio/dac/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/dac/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/dac/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -9,4 +9,3 @@
 	help
 	  Say yes here to build support for Analog Devices AD5624R, AD5644R and
 	  AD5664R convertors (DAC). This driver uses the common SPI interface.
-

Modified: trunk/drivers/staging/iio/dac/Makefile (8837 => 8838)


--- trunk/drivers/staging/iio/dac/Makefile	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/dac/Makefile	2010-05-24 04:48:00 UTC (rev 8838)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for industrial I/O DAC drivers
 #
 

Modified: trunk/drivers/staging/iio/dds/Makefile (8837 => 8838)


--- trunk/drivers/staging/iio/dds/Makefile	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/dds/Makefile	2010-05-24 04:48:00 UTC (rev 8838)
@@ -1,6 +1,6 @@
-
-# Makefile for DDS drivers
 #
+# Makefile for Direct Digital Synthesis drivers
+#
 
 obj-$(CONFIG_AD5930) += ad5930.o
 obj-$(CONFIG_AD9832) += ad9832.o

Modified: trunk/drivers/staging/iio/gyro/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/gyro/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/gyro/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -39,4 +39,3 @@
 	help
 	  Say yes here to build support for Analog Devices adis16261 programmable
 	  digital gyroscope sensor.
-

Modified: trunk/drivers/staging/iio/gyro/Makefile (8837 => 8838)


--- trunk/drivers/staging/iio/gyro/Makefile	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/gyro/Makefile	2010-05-24 04:48:00 UTC (rev 8838)
@@ -17,4 +17,3 @@
 
 adis16261-y             := adis16261_core.o
 obj-$(CONFIG_ADIS16261) += adis16261.o
-

Modified: trunk/drivers/staging/iio/meter/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/meter/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/meter/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -57,4 +57,3 @@
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called ade7854-spi.
-

Modified: trunk/drivers/staging/iio/resolver/Kconfig (8837 => 8838)


--- trunk/drivers/staging/iio/resolver/Kconfig	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/resolver/Kconfig	2010-05-24 04:48:00 UTC (rev 8838)
@@ -50,4 +50,3 @@
 	bool "take the responsibility by user"
 
 endchoice
-

Modified: trunk/drivers/staging/iio/resolver/Makefile (8837 => 8838)


--- trunk/drivers/staging/iio/resolver/Makefile	2010-05-24 04:42:44 UTC (rev 8837)
+++ trunk/drivers/staging/iio/resolver/Makefile	2010-05-24 04:48:00 UTC (rev 8838)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for Resolver/Synchro drivers
 #
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to