diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-09 11:36:52 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-18 18:27:41 +0100 |
commit | 9fbe71b4d8020221268e5c5b6fe02665b046d199 (patch) | |
tree | 3e2112d38c5546a771ebe7a37c79fbabf8a4c3a3 /include/media/videobuf2-memops.h | |
parent | media: vb2-core: document remaining functions (diff) | |
download | linux-9fbe71b4d8020221268e5c5b6fe02665b046d199.tar.xz linux-9fbe71b4d8020221268e5c5b6fe02665b046d199.zip |
media: vb2: add cross references at memops and v4l2 kernel-doc markups
Add cross-references where needed and add periods at the end of
each kernel-doc paragraph, in order to make it coherent with other
VB2 descriptions.
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/videobuf2-memops.h')
-rw-r--r-- | include/media/videobuf2-memops.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/media/videobuf2-memops.h b/include/media/videobuf2-memops.h index a6ed091b79ce..4b5b84f93538 100644 --- a/include/media/videobuf2-memops.h +++ b/include/media/videobuf2-memops.h @@ -19,11 +19,11 @@ #include <linux/refcount.h> /** - * struct vb2_vmarea_handler - common vma refcount tracking handler + * struct vb2_vmarea_handler - common vma refcount tracking handler. * - * @refcount: pointer to refcount entry in the buffer - * @put: callback to function that decreases buffer refcount - * @arg: argument for @put callback + * @refcount: pointer to &refcount_t entry in the buffer. + * @put: callback to function that decreases buffer refcount. + * @arg: argument for @put callback. */ struct vb2_vmarea_handler { refcount_t *refcount; |