Commit 328085e1 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: staging: media: ipu3: add missing kernel-doc 'struct' keywords

Two structs where missing the kernel-doc 'struct' keyword
in their kernel-doc documentation.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 75e2ddb1
...@@ -10,7 +10,7 @@ struct imgu_device; ...@@ -10,7 +10,7 @@ struct imgu_device;
#define IPU3_CSS_POOL_SIZE 4 #define IPU3_CSS_POOL_SIZE 4
/** /**
* imgu_css_map - store DMA mapping info for buffer * struct imgu_css_map - store DMA mapping info for buffer
* *
* @size: size of the buffer in bytes. * @size: size of the buffer in bytes.
* @vaddr: kernel virtual address. * @vaddr: kernel virtual address.
...@@ -24,7 +24,7 @@ struct imgu_css_map { ...@@ -24,7 +24,7 @@ struct imgu_css_map {
}; };
/** /**
* imgu_css_pool - circular buffer pool definition * struct imgu_css_pool - circular buffer pool definition
* *
* @entry: array with IPU3_CSS_POOL_SIZE elements. * @entry: array with IPU3_CSS_POOL_SIZE elements.
* @entry.param: a &struct imgu_css_map for storing the mem mapping. * @entry.param: a &struct imgu_css_map for storing the mem mapping.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment