media: pci/cx18: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 24 Aug 2022 13:27:42 +0000 (15:27 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 06:47:29 +0000 (08:47 +0200)
Delete the redundant word 'is'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/pci/cx18/cx18-av-core.c

index d3358643fb7d6d73e029cf27f76144f3a204cde2..ee6e71157786ed04ddc5228dac1608bfdf56a7da 100644 (file)
@@ -339,7 +339,7 @@ void cx18_av_std_setup(struct cx18 *cx)
 
                /*
                 * For a 13.5 Mpps clock and 15,625 Hz line rate, a line is
-                * is 864 pixels = 720 active + 144 blanking.  ITU-R BT.601
+                * 864 pixels = 720 active + 144 blanking.  ITU-R BT.601
                 * specifies 12 luma clock periods or ~ 0.9 * 13.5 Mpps after
                 * the end of active video to start a horizontal line, so that
                 * leaves 132 pixels of hblank to ignore.
@@ -399,7 +399,7 @@ void cx18_av_std_setup(struct cx18 *cx)
 
                /*
                 * For a 13.5 Mpps clock and 15,734.26 Hz line rate, a line is
-                * is 858 pixels = 720 active + 138 blanking.  The Hsync leading
+                * 858 pixels = 720 active + 138 blanking.  The Hsync leading
                 * edge should happen 1.2 us * 13.5 Mpps ~= 16 pixels after the
                 * end of active video, leaving 122 pixels of hblank to ignore
                 * before active video starts.