]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: buffer: buffer_impl.h: fix kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 28 Jan 2026 20:07:20 +0000 (12:07 -0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 29 Jan 2026 17:09:30 +0000 (17:09 +0000)
commitbf870c97ce2b9b48f02184d317dab4cf5691ca0e
tree18d7850e959f67c84de8600c41f2ef213501677d
parentb79b24f578cdb2d657db23e5fafe82c7e6a36b72
iio: buffer: buffer_impl.h: fix kernel-doc warnings

Resolve all kernel-doc warnings in buffer_impl.h:

Warning: include/linux/iio/buffer_impl.h:172 struct member 'direction' not described in 'iio_buffer'
Warning: include/linux/iio/buffer_impl.h:184 No description found for return value of 'iio_update_buffers'

Also correct one typo (word order switch) and remove one stray space
in a kernel-doc comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
include/linux/iio/buffer_impl.h