Title: [8836] trunk/drivers/staging/iio: staging:iio: clean up style in Kconfig/Makefiles

Diff

Modified: trunk/drivers/staging/iio/Makefile (8835 => 8836)


--- trunk/drivers/staging/iio/Makefile	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/Makefile	2010-05-24 04:41:38 UTC (rev 8836)
@@ -18,5 +18,4 @@
 obj-y += light/
 obj-y += meter/
 obj-y += resolver/
-
 obj-y += trigger/

Modified: trunk/drivers/staging/iio/accel/Kconfig (8835 => 8836)


--- trunk/drivers/staging/iio/accel/Kconfig	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/accel/Kconfig	2010-05-24 04:41:38 UTC (rev 8836)
@@ -31,29 +31,29 @@
 	 Impact Sensor and Recorder.
 
 config ADIS16209
-       tristate "Analog Devices ADIS16209 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 adis16209 dual-axis digital inclinometer
-	 and accelerometer.
+	tristate "Analog Devices ADIS16209 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 adis16209 dual-axis digital inclinometer
+	  and accelerometer.
 
 config ADIS16220
-       tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor driver"
-       depends on SPI
-       help
-         Say yes here to build support for Analog Devices adis16220 programmable
-         digital vibration sensor.
+	tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor"
+	depends on SPI
+	help
+	  Say yes here to build support for Analog Devices adis16220 programmable
+	  digital vibration sensor.
 
 config ADIS16240
-       tristate "Analog Devices ADIS16240 Programmable 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 adis16240 programmable
-	 impact Sensor and recorder.
+	tristate "Analog Devices ADIS16240 Programmable 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 adis16240 programmable
+	  impact Sensor and recorder.
 
 config KXSD9
 	tristate "Kionix KXSD9 Accelerometer Driver"
@@ -73,9 +73,9 @@
 	  and an event interface via a character device.
 
 config SCA3000
-       depends on IIO_RING_BUFFER
-       depends on SPI
-       tristate "VTI SCA3000 series accelerometers"
-       help
-         Say yes here to build support for the VTI SCA3000 series of SPI
-	 accelerometers. These devices use a hardware ring buffer.
+	depends on IIO_RING_BUFFER
+	depends on SPI
+	tristate "VTI SCA3000 series accelerometers"
+	help
+	  Say yes here to build support for the VTI SCA3000 series of SPI
+	  accelerometers. These devices use a hardware ring buffer.

Modified: trunk/drivers/staging/iio/adc/Makefile (8835 => 8836)


--- trunk/drivers/staging/iio/adc/Makefile	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/adc/Makefile	2010-05-24 04:41:38 UTC (rev 8836)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for industrial I/O ADC drivers
 #
 

Modified: trunk/drivers/staging/iio/gyro/Makefile (8835 => 8836)


--- trunk/drivers/staging/iio/gyro/Makefile	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/gyro/Makefile	2010-05-24 04:41:38 UTC (rev 8836)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for digital gyroscope sensor drivers
 #
 

Modified: trunk/drivers/staging/iio/imu/Makefile (8835 => 8836)


--- trunk/drivers/staging/iio/imu/Makefile	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/imu/Makefile	2010-05-24 04:41:38 UTC (rev 8836)
@@ -1,6 +1,7 @@
 #
 # Makefile for Inertial Measurement Units
 #
+
 adis16300-y             := adis16300_core.o
 adis16300-$(CONFIG_IIO_RING_BUFFER) += adis16300_ring.o adis16300_trigger.o
 obj-$(CONFIG_ADIS16300) += adis16300.o

Modified: trunk/drivers/staging/iio/light/Kconfig (8835 => 8836)


--- trunk/drivers/staging/iio/light/Kconfig	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/light/Kconfig	2010-05-24 04:41:38 UTC (rev 8836)
@@ -12,4 +12,3 @@
 
 	 This driver can also be built as a module.  If so, the module
 	 will be called tsl2563.
-

Modified: trunk/drivers/staging/iio/trigger/Makefile (8835 => 8836)


--- trunk/drivers/staging/iio/trigger/Makefile	2010-05-24 04:40:13 UTC (rev 8835)
+++ trunk/drivers/staging/iio/trigger/Makefile	2010-05-24 04:41:38 UTC (rev 8836)
@@ -1,5 +1,6 @@
 #
 # Makefile for triggers not associated with iio-devices
 #
+
 obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
-obj-$(CONFIG_IIO_GPIO_TRIGGER) += iio-trig-gpio.o
\ No newline at end of file
+obj-$(CONFIG_IIO_GPIO_TRIGGER) += iio-trig-gpio.o
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to