diff options
author | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | 2018-12-07 11:31:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-01-16 11:18:49 -0500 |
commit | 6c67fa07a3b43dd83158e55584addae00d38a514 (patch) | |
tree | 6ef95ae11dfe8049d0891fda2e6ce1bac57dc3e8 | |
parent | 986ac47eaff77892a6393b4685c36ab9c9a4e089 (diff) | |
download | linux-6c67fa07a3b43dd83158e55584addae00d38a514.tar.gz linux-6c67fa07a3b43dd83158e55584addae00d38a514.tar.bz2 linux-6c67fa07a3b43dd83158e55584addae00d38a514.zip |
media: vsp1: Fix trivial documentation
In the partition sizing the term 'prevents' is inappropriately
pluralized. Simplify to 'prevent'.
Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | drivers/media/platform/vsp1/vsp1_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_video.c b/drivers/media/platform/vsp1/vsp1_video.c index 771dfe1f7c20..7ceaf3222145 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) { /* |