staging: iio: adc: Address mailing list feedback by Jonathan Cameron

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>
This commit is contained in:
Michael Hennerich 2010-10-01 16:41:52 +02:00 committed by Greg Kroah-Hartman
parent 985dbe776b
commit 30b5309ae5
2 changed files with 2 additions and 2 deletions

View 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
obj-$(CONFIG_AD799X) += ad799x.o

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