]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: fix iio_push_to_buffers_with_ts() typo
authorDavid Lechner <dlechner@baylibre.com>
Tue, 22 Jul 2025 21:52:38 +0000 (16:52 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 16 Aug 2025 10:57:05 +0000 (11:57 +0100)
commitb76c739c3d11d1dacc8efe7fa873bee28ac991f1
treebce429d4c1e4a12d1f29d360fbbf57e4c570145a
parentff2501ff5c329a1a8bb0715e033d3b8af1e76de2
iio: fix iio_push_to_buffers_with_ts() typo

Replace iio_push_to_buffer_with_ts() with iio_push_to_buffers_with_ts()
in some documentation comments in iio.h. The latter is the correct name
of the function, the former doesn't exist.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250722-iio-fix-iio_push_to_buffer_with_ts-typo-v1-1-6ac9efb856d3@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
include/linux/iio/iio.h