]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: buffer: document iio_push_to_buffers() calling context
authorDavid Lechner <dlechner@baylibre.com>
Tue, 16 Sep 2025 21:02:55 +0000 (16:02 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 13 Oct 2025 07:37:23 +0000 (08:37 +0100)
commitd87b03ced9e989a516cc000e1e65f4eb4d6d46aa
treead3651fcd1ba3f4b3f315e785667e4e1127d1c76
parent4992ce003b76ee1629ad4e7332a49ea2619e7523
iio: buffer: document iio_push_to_buffers() calling context

Document that iio_push_to_buffers() can be called from any context.

Also document the Return: value while here.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-buffer.c