summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/trigger
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-05-23 07:00:02 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 20:14:32 (GMT)
commit98a62bb7bc55c239c6ecc21e2fdbfa5df7690b30 (patch)
tree44aeb230bf668a342eb4a9a7f649578e146c3610 /drivers/staging/iio/trigger
parent00ac9ba01d1868de1fc4645d952381966afa3ec2 (diff)
downloadlinux-98a62bb7bc55c239c6ecc21e2fdbfa5df7690b30.tar.xz
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>
Diffstat (limited to 'drivers/staging/iio/trigger')
-rw-r--r--drivers/staging/iio/trigger/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/iio/trigger/Makefile b/drivers/staging/iio/trigger/Makefile
index e5f96d2..10aeca5 100644
--- a/drivers/staging/iio/trigger/Makefile
+++ b/drivers/staging/iio/trigger/Makefile
@@ -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