projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b5307
)
dma-buf: fix kerneldoc for renamed members
author
Christian König
<christian.koenig@amd.com>
Thu, 21 Oct 2021 06:55:24 +0000
(08:55 +0200)
committer
Christian König
<christian.koenig@amd.com>
Fri, 22 Oct 2021 11:59:34 +0000
(13:59 +0200)
Those members where renamed, update the kerneldoc as well.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20211021141945.84023-1-christian.koenig@amd.com
include/linux/dma-buf.h
patch
|
blob
|
history
diff --git
a/include/linux/dma-buf.h
b/include/linux/dma-buf.h
index 02c2eb874da6bbbf322e06a89131c85c8b10a5b1..9807aef33685c2fd04c5a279fba1ddb98de1db7f 100644
(file)
--- a/
include/linux/dma-buf.h
+++ b/
include/linux/dma-buf.h
@@
-433,8
+433,8
@@
struct dma_buf {
/** @poll: for userspace poll support */
wait_queue_head_t poll;
- /** @cb_
excl
: for userspace poll support */
- /** @cb_
shared
: for userspace poll support */
+ /** @cb_
in
: for userspace poll support */
+ /** @cb_
out
: for userspace poll support */
struct dma_buf_poll_cb_t {
struct dma_fence_cb cb;
wait_queue_head_t *poll;