Staging: iio: standardize kconfig/makefile spacing/style

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>
This commit is contained in:
Mike Frysinger 2010-05-23 03:00:02 -04:00 committed by Greg Kroah-Hartman
parent 00ac9ba01d
commit 98a62bb7bc
9 changed files with 38 additions and 37 deletions

View file

@ -14,5 +14,4 @@ obj-y += adc/
obj-y += gyro/
obj-y += imu/
obj-y += light/
obj-y += trigger/

View file

@ -13,7 +13,7 @@ config ADIS16209
and accelerometer.
config ADIS16220
tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor driver"
tristate "Analog Devices ADIS16220 Programmable Digital Vibration Sensor"
depends on SPI
help
Say yes here to build support for Analog Devices adis16220 programmable

View 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

View file

@ -1,4 +1,4 @@
#
# Makefile for industrial I/O ADC drivers
#

View file

@ -1,4 +1,4 @@
#
# Makefile for digital gyroscope sensor drivers
#

View 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

View 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.

View 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