Skip to content

Commit

Permalink
staging: iio: adc: Address mailing list feedback by Jonathan Cameron
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 985dbe7 commit 30b5309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/iio/adc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion drivers/staging/iio/adc/ad799x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 30b5309

Please sign in to comment.