From: Hans Verkuil Date: Thu, 11 Mar 2021 10:20:10 +0000 (+0100) Subject: media: exynos-gsc/exynos4-is: add missing 'struct' to kerneldoc X-Git-Tag: v5.13-rc1~124^2~264 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ae4ff019ccd60057a3d12dd0c987b3863b77e27;p=thirdparty%2Fkernel%2Flinux.git media: exynos-gsc/exynos4-is: add missing 'struct' to kerneldoc Fix kernel-doc warnings due to missing 'struct' keyword. Signed-off-by: Hans Verkuil Cc: Marek Szyprowski Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/exynos-gsc/gsc-core.h b/drivers/media/platform/exynos-gsc/gsc-core.h index 8e5a9acb78aad..a2eeb8affe0dc 100644 --- a/drivers/media/platform/exynos-gsc/gsc-core.h +++ b/drivers/media/platform/exynos-gsc/gsc-core.h @@ -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 * @d_frame: destination frame properties * @in_path: input mode (DMA or camera) diff --git a/drivers/media/platform/exynos4-is/fimc-core.h b/drivers/media/platform/exynos4-is/fimc-core.h index 58b72a052cef9..24212a6bce255 100644 --- a/drivers/media/platform/exynos4-is/fimc-core.h +++ b/drivers/media/platform/exynos4-is/fimc-core.h @@ -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 * @d_frame: destination frame properties * @out_order_1p: output 1-plane YCBCR order