Commit 7a9d4140 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: vsp1/vsp1_drm.h: add missing 'struct' kernel-doc keyword

The kernel-doc documentation for two structs was missing the
'struct' keyword.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 528b38ed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "vsp1_pipe.h" #include "vsp1_pipe.h"
/** /**
* vsp1_drm_pipeline - State for the API exposed to the DRM driver * struct vsp1_drm_pipeline - State for the API exposed to the DRM driver
* @pipe: the VSP1 pipeline used for display * @pipe: the VSP1 pipeline used for display
* @width: output display width * @width: output display width
* @height: output display height * @height: output display height
...@@ -47,7 +47,7 @@ struct vsp1_drm_pipeline { ...@@ -47,7 +47,7 @@ struct vsp1_drm_pipeline {
}; };
/** /**
* vsp1_drm - State for the API exposed to the DRM driver * struct vsp1_drm - State for the API exposed to the DRM driver
* @pipe: the VSP1 DRM pipeline used for display * @pipe: the VSP1 DRM pipeline used for display
* @lock: protects the BRU and BRS allocation * @lock: protects the BRU and BRS allocation
* @inputs: source crop rectangle, destination compose rectangle and z-order * @inputs: source crop rectangle, destination compose rectangle and z-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