iio: Fix typos in the struct iio_event_spec documentation comments
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 15 Feb 2016 17:47:42 +0000 (12:47 -0500)
committerJonathan Cameron <jic23@kernel.org>
Wed, 17 Feb 2016 21:11:08 +0000 (21:11 +0000)
commit3347a0656e7a83b959b1d0ad5396fb4f9c9b2a0e
tree29dfcf0ea5aa8dc4f8854a082323b858fbcd05f3
parent3d5032a0468e13833f3d0a4f462a295b29ce4863
iio: Fix typos in the struct iio_event_spec documentation comments

This patch fixes a few minor typos in the documentation comments for the
scan_type member of the iio_event_spec structure. The sign member name
was improperly capitalized as "Sign" in the comments. The storagebits
member name was improperly listed as "storage_bits" in the comments. The
endianness member entry in the comments was moved after the repeat
member entry in order to maintain consistency with the actual struct
iio_event_spec layout.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
include/linux/iio/iio.h
This page took 0.041027 seconds and 5 git commands to generate.