diff options
| author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-03-11 13:20:17 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 14:55:54 +0300 |
| commit | 328085e1dc17ae57a59ec74c854ff0933a24d34c (patch) | |
| tree | 5584ab8e057a073bd830ed3178e62c81d6aaffbe | |
| parent | 75e2ddb181271d067412cdb7aa87a55736adb246 (diff) | |
| download | linux-328085e1dc17ae57a59ec74c854ff0933a24d34c.tar.xz | |
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: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
| -rw-r--r-- | drivers/staging/media/ipu3/ipu3-css-pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/media/ipu3/ipu3-css-pool.h b/drivers/staging/media/ipu3/ipu3-css-pool.h index a8ccd4f70320..35519a08c08c 100644 --- a/drivers/staging/media/ipu3/ipu3-css-pool.h +++ b/drivers/staging/media/ipu3/ipu3-css-pool.h @@ -10,7 +10,7 @@ struct imgu_device; #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. * @vaddr: kernel virtual address. @@ -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.param: a &struct imgu_css_map for storing the mem mapping. |
