Re: [PATCH] media: vsp1: Fix trivial documentation

2018-12-10 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Friday, 7 December 2018 18:31:34 EET Kieran Bingham wrote: > In the partition sizing the term 'prevents' is inappropriately > pluralized. Simplify to 'prevent'. > > Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart and applied to my tree. >

Re: [PATCH] media: vsp1: Fix trivial documentation

2018-12-10 Thread Simon Horman
On Fri, Dec 07, 2018 at 04:31:34PM +, Kieran Bingham wrote: > In the partition sizing the term 'prevents' is inappropriately > pluralized. Simplify to 'prevent'. > > Signed-off-by: Kieran Bingham Reviewed-by: Simon Horman

[PATCH] media: vsp1: Fix trivial documentation

2018-12-07 Thread Kieran Bingham
In the partition sizing the term 'prevents' is inappropriately pluralized. Simplify to 'prevent'. Signed-off-by: Kieran Bingham --- drivers/media/platform/vsp1/vsp1_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vsp1/vsp1_video.c b/drivers/me