]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Staging: iio: standardize kconfig/makefile spacing/style
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 May 2010 07:00:02 +0000 (03:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 20:14:32 +0000 (13:14 -0700)
Standardize the spacing/style across the IIO build files:
- comment block in Kconfigs
- newlines at ends of files
- trailing lines at ends of files
- indent with one tab, not spaces or mixed

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Makefile
drivers/staging/iio/accel/Kconfig
drivers/staging/iio/accel/Makefile
drivers/staging/iio/adc/Makefile
drivers/staging/iio/gyro/Makefile
drivers/staging/iio/imu/Kconfig
drivers/staging/iio/imu/Makefile
drivers/staging/iio/light/Kconfig
drivers/staging/iio/trigger/Makefile

index 3502b39f0847e167ba0fc738956673d7d1577505..fff717e38366f5205aa80c72aebb14c6d80d668e 100644 (file)
@@ -14,5 +14,4 @@ obj-y += adc/
 obj-y += gyro/
 obj-y += imu/
 obj-y += light/
-
-obj-y += trigger/
\ No newline at end of file
+obj-y += trigger/
index b4e57d1bc87d0d9f6d588d8c10ddc4bd22b51c30..5926c03be1a5fddfb6723ba7c6ba36ded0f89b65 100644 (file)
@@ -4,29 +4,29 @@
 comment "Accelerometers"
 
 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"
@@ -46,9 +46,9 @@ config LIS3L02DQ
          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.
\ No newline at end of file
+       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.
index c34b13634c2d8e9abedd8c4f6770442fac29b48b..ff84703a16f6863a039c5354f8a8249c002c9792 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Makefile for industrial I/O accelerometer drivers
 #
+
 adis16209-y             := adis16209_core.o
 adis16209-$(CONFIG_IIO_RING_BUFFER) += adis16209_ring.o adis16209_trigger.o
 obj-$(CONFIG_ADIS16209) += adis16209.o
@@ -19,4 +20,4 @@ lis3l02dq-$(CONFIG_IIO_RING_BUFFER) += lis3l02dq_ring.o
 obj-$(CONFIG_LIS3L02DQ)        += lis3l02dq.o
 
 sca3000-y              := sca3000_core.o sca3000_ring.o
-obj-$(CONFIG_SCA3000)  += sca3000.o
\ No newline at end of file
+obj-$(CONFIG_SCA3000)  += sca3000.o
index 18c9376ecbb2a8403d03a2b2c6578962911f2713..688510fd8bbb790d4e94f8743c326c4717fe16ab 100644 (file)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for industrial I/O ADC drivers
 #
 
index 6d2c547686cb2a4c82ee97299e3028966263ab49..b5f0dc01122c8b149fc9c42b0efc8c6e6529684d 100644 (file)
@@ -1,4 +1,4 @@
-
+#
 # Makefile for digital gyroscope sensor drivers
 #
 
index 6308d6faad57db0ee957bdb73f6b08ee6efb4c2c..48a712e74f98a8fc7f310ac8c3668ca90e1311fb 100644 (file)
@@ -24,10 +24,10 @@ config ADIS16350
 
 config ADIS16400
        tristate "Analog Devices ADIS16400/5 IMU SPI driver"
-       depends on SPI
+       depends on SPI
        select IIO_SW_RING
        select IIO_RING_BUFFER
        select IIO_TRIGGER
-       help
-         Say yes here to build support for Analog Devices adis16400/5 triaxial
-         inertial sensor with Magnetometer.
\ No newline at end of file
+       help
+         Say yes here to build support for Analog Devices adis16400/5 triaxial
+         inertial sensor with Magnetometer.
index 31df7359e20f3e22fe6536948cb3220e91f5f212..f3b450b6611350a90909bbb48ae20c1ed79b2ec0 100644 (file)
@@ -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
@@ -11,4 +12,4 @@ obj-$(CONFIG_ADIS16350) += adis16350.o
 
 adis16400-y             := adis16400_core.o
 adis16400-$(CONFIG_IIO_RING_BUFFER) += adis16400_ring.o adis16400_trigger.o
-obj-$(CONFIG_ADIS16400) += adis16400.o
\ No newline at end of file
+obj-$(CONFIG_ADIS16400) += adis16400.o
index 80cb6e590fbb6124065a65c835545f0e8bd152e7..3ddc478e6182cf9aee5be391e7222c356428cec4 100644 (file)
@@ -12,4 +12,3 @@ config SENSORS_TSL2563
 
         This driver can also be built as a module.  If so, the module
         will be called tsl2563.
-
index e5f96d2fe64a2392fede5c2e17f5324566ea0dba..10aeca5e347a04d164ab417c62d7dd345f7d1699 100644 (file)
@@ -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