summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>2024-11-25 22:16:19 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-12-07 17:52:44 +0000
commite895f2edfe4820b671c700ccc17be35b1de3d295 (patch)
treee10d4c935c6f714f7c57d926ed444f624469124c /include
parent8278c08ad21271fa86d5384f3c39a06c989d952e (diff)
downloadkernel-e895f2edfe4820b671c700ccc17be35b1de3d295.tar.gz
iio: core: fix doc reference to iio_push_to_buffers_with_ts_unaligned
Use the right name of the function, which is defined in drivers/iio/industrialio-buffer.c Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241125-iio_memset_scan_holes-v1-11-0cb6e98d895c@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/iio/iio-opaque.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/iio-opaque.h b/include/linux/iio/iio-opaque.h
index a89e7e43e441..4247497f3f8b 100644
--- a/include/linux/iio/iio-opaque.h
+++ b/include/linux/iio/iio-opaque.h
@@ -28,7 +28,7 @@
* @groupcounter: index of next attribute group
* @legacy_scan_el_group: attribute group for legacy scan elements attribute group
* @legacy_buffer_group: attribute group for legacy buffer attributes group
- * @bounce_buffer: for devices that call iio_push_to_buffers_with_timestamp_unaligned()
+ * @bounce_buffer: for devices that call iio_push_to_buffers_with_ts_unaligned()
* @bounce_buffer_size: size of currently allocate bounce buffer
* @scan_index_timestamp: cache of the index to the timestamp
* @clock_id: timestamping clock posix identifier
e_demux.c?id=4749c09c37030ccdc44aecebe0f71b02a377fc14'>gre: Call gso_make_checksumTom Herbert 2014-05-08gre: Call skb_checksum_simple_validateTom Herbert 2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar 2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet 2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet 2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann