mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
media: videobuf2: Fix doc comment
The documented struct member is called "planes" rather than "vb2_plane".
While at it, make the comments order follow struct members order.
Fixes: 2b14132455
("media: vb2-core: Improve kernel-doc markups")
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Acked-by: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
4a87348b50
commit
8b9911e553
@ -271,11 +271,11 @@ struct vb2_buffer {
|
|||||||
* skips cache sync/invalidation.
|
* skips cache sync/invalidation.
|
||||||
* skip_cache_sync_on_finish: when set buffer's ->finish() function
|
* skip_cache_sync_on_finish: when set buffer's ->finish() function
|
||||||
* skips cache sync/invalidation.
|
* skips cache sync/invalidation.
|
||||||
|
* planes: per-plane information; do not change
|
||||||
* queued_entry: entry on the queued buffers list, which holds
|
* queued_entry: entry on the queued buffers list, which holds
|
||||||
* all buffers queued from userspace
|
* all buffers queued from userspace
|
||||||
* done_entry: entry on the list that stores all buffers ready
|
* done_entry: entry on the list that stores all buffers ready
|
||||||
* to be dequeued to userspace
|
* to be dequeued to userspace
|
||||||
* vb2_plane: per-plane information; do not change
|
|
||||||
*/
|
*/
|
||||||
enum vb2_buffer_state state;
|
enum vb2_buffer_state state;
|
||||||
unsigned int synced:1;
|
unsigned int synced:1;
|
||||||
|
Loading…
Reference in New Issue
Block a user