Commit 30b5309a authored by Michael Hennerich's avatar Michael Hennerich Committed by Greg Kroah-Hartman

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

Add missing new line
Fix typo
Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Acked-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 985dbe77
......@@ -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
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment