Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] v4l: vsp1: Fix struct vsp1_drm documentation

The struct vsp1_drm references a member 'planes' which doesn't exist.
Correctly identify this documentation against the 'inputs'

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Kieran Bingham and committed by
Mauro Carvalho Chehab
1b8ce406 40ad34d8

+1 -1
+1 -1
drivers/media/platform/vsp1/vsp1_drm.h
··· 21 21 * vsp1_drm - State for the API exposed to the DRM driver 22 22 * @pipe: the VSP1 pipeline used for display 23 23 * @num_inputs: number of active pipeline inputs at the beginning of an update 24 - * @planes: source crop rectangle, destination compose rectangle and z-order 24 + * @inputs: source crop rectangle, destination compose rectangle and z-order 25 25 * position for every input 26 26 */ 27 27 struct vsp1_drm {