From: Jason Wang Date: Sat, 16 Jul 2022 04:31:02 +0000 (+0200) Subject: media: sun6i-csi: Fix comment typo X-Git-Tag: v6.1-rc1~130^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=948c752d2e27022e40fc16b9a7c611907de7e627;p=thirdparty%2Fkernel%2Flinux.git media: sun6i-csi: Fix comment typo The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c b/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c index 1d46e113d01d5..74d64a20ba5bf 100644 --- a/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c +++ b/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c @@ -177,7 +177,7 @@ static int sun6i_video_start_streaming(struct vb2_queue *vq, unsigned int count) /* * CSI will lookup the next dma buffer for next frame before the - * the current frame done IRQ triggered. This is not documented + * current frame done IRQ triggered. This is not documented * but reported by Ondřej Jirman. * The BSP code has workaround for this too. It skip to mark the * first buffer as frame done for VB2 and pass the second buffer