staging: iio: adc: Address mailing list feedback by Jonathan Cameron
authorMichael Hennerich <michael.hennerich@analog.com>
Fri, 1 Oct 2010 14:41:52 +0000 (16:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 18:51:37 +0000 (11:51 -0700)
Add missing new line
Fix typo

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/adc/Makefile
drivers/staging/iio/adc/ad799x.h

index f4aa63a..2094dbd 100644 (file)
@@ -9,4 +9,4 @@ obj-$(CONFIG_MAX1363) += max1363.o
 
 ad799x-y := ad799x_core.o
 ad799x-$(CONFIG_AD799X_RING_BUFFER) += ad799x_ring.o
-obj-$(CONFIG_AD799X) += ad799x.o
\ No newline at end of file
+obj-$(CONFIG_AD799X) += ad799x.o
index 73f3ec5..2325929 100644 (file)
@@ -124,7 +124,7 @@ struct ad799x_state {
 };
 
 /*
- * TODO: struct ad799x_platform_data needs to go into inlude/linux/iio
+ * TODO: struct ad799x_platform_data needs to go into include/linux/iio
  */
 
 struct ad799x_platform_data {