From: Kieran Bingham Date: Fri, 7 Dec 2018 16:31:34 +0000 (-0500) Subject: media: vsp1: Fix trivial documentation X-Git-Tag: v5.15~6828^2~329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c67fa07a3b43dd83158e55584addae00d38a514;p=platform%2Fkernel%2Flinux-starfive.git media: vsp1: Fix trivial documentation In the partition sizing the term 'prevents' is inappropriately pluralized. Simplify to 'prevent'. Signed-off-by: Kieran Bingham Reviewed-by: Simon Horman Reviewed-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/vsp1/vsp1_video.c b/drivers/media/platform/vsp1/vsp1_video.c index 771dfe1..7ceaf32 100644 --- a/drivers/media/platform/vsp1/vsp1_video.c +++ b/drivers/media/platform/vsp1/vsp1_video.c @@ -223,7 +223,7 @@ static void vsp1_video_calculate_partition(struct vsp1_pipeline *pipe, * If the modulus is less than half of the partition size, * the penultimate partition is reduced to half, which is added * to the final partition: |1234|1234|1234|12|341| - * to prevents this: |1234|1234|1234|1234|1|. + * to prevent this: |1234|1234|1234|1234|1|. */ if (modulus) { /*