Commit 0ae4ff01 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: exynos-gsc/exynos4-is: add missing 'struct' to kerneldoc

Fix kernel-doc warnings due to missing 'struct' keyword.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 0cb92ed0
...@@ -340,7 +340,7 @@ struct gsc_dev { ...@@ -340,7 +340,7 @@ struct gsc_dev {
}; };
/** /**
* gsc_ctx - the device context data * struct gsc_ctx - the device context data
* @s_frame: source frame properties * @s_frame: source frame properties
* @d_frame: destination frame properties * @d_frame: destination frame properties
* @in_path: input mode (DMA or camera) * @in_path: input mode (DMA or camera)
......
...@@ -453,7 +453,7 @@ struct fimc_ctrls { ...@@ -453,7 +453,7 @@ struct fimc_ctrls {
}; };
/** /**
* fimc_ctx - the device context data * struct fimc_ctx - the device context data
* @s_frame: source frame properties * @s_frame: source frame properties
* @d_frame: destination frame properties * @d_frame: destination frame properties
* @out_order_1p: output 1-plane YCBCR order * @out_order_1p: output 1-plane YCBCR order
......
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