]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: buffer: document iio_push_to_buffers_with_ts_unaligned() may sleep
authorDavid Lechner <dlechner@baylibre.com>
Tue, 16 Sep 2025 21:02:51 +0000 (16:02 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 13 Oct 2025 07:37:23 +0000 (08:37 +0100)
commit6b166e815cdcf2ddb755ca5311a5343635ff9610
treeaed8072ee6ebb3dae68495bfffa69810bd290b6a
parent97c8b5dedb407d389e7a947b8c037087a919aadc
iio: buffer: document iio_push_to_buffers_with_ts_unaligned() may sleep

Add Context: documentation comment that
iio_push_to_buffers_with_ts_unaligned() may sleep because it calls
devm_krealloc().

Also document Return: value while here.

Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-buffer.c