]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0b14cd7fb9760b748c487697dcdae744bd3859d
tree29dfcf0ea5aa8dc4f8854a082323b858fbcd05f3
parente20deb0502ddd597973d1adbbdd873b99866080f
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