Re: [PATCH] v4l: vsp1: Fix struct vsp1_drm documentation

2017-03-02 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Thursday 02 Mar 2017 10:12:22 Kieran Bingham wrote: > The struct vsp1_drm references a member 'planes' which doesn't exist. > Correctly identify this documentation against the 'inputs' > > Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart and

[PATCH] v4l: vsp1: Fix struct vsp1_drm documentation

2017-03-02 Thread Kieran Bingham
The struct vsp1_drm references a member 'planes' which doesn't exist. Correctly identify this documentation against the 'inputs' Signed-off-by: Kieran Bingham --- drivers/media/platform/vsp1/vsp1_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vsp