projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a316c01
)
include: linux: iio: Fix function parameter name in kernel doc
author
Cristina Opriceana
<cristina.opriceana@gmail.com>
Fri, 24 Jul 2015 13:23:43 +0000
(16:23 +0300)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 2 Aug 2015 17:34:18 +0000
(18:34 +0100)
Fix buffer name from kernel doc according to the function parameter.
Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
include/linux/iio/consumer.h
patch
|
blob
|
history
diff --git
a/include/linux/iio/consumer.h
b/include/linux/iio/consumer.h
index 26fb8f6342bb5267ebe0289b9a6474d2fdb18ed8..fad58671c49e00217907275865eed4987bdd87ea 100644
(file)
--- a/
include/linux/iio/consumer.h
+++ b/
include/linux/iio/consumer.h
@@
-100,7
+100,7
@@
void iio_channel_stop_all_cb(struct iio_cb_buffer *cb_buff);
/**
* iio_channel_cb_get_channels() - get access to the underlying channels.
- * @cb_buff
:
The callback buffer from whom we want the channel
+ * @cb_buff
er:
The callback buffer from whom we want the channel
* information.
*
* This function allows one to obtain information about the channels.