media: ivtv: Fix typo 'the the' in comment
authorSlark Xiao <slark_xiao@163.com>
Fri, 22 Jul 2022 02:04:59 +0000 (04:04 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:14 +0000 (15:32 +0200)
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/pci/ivtv/ivtv-yuv.c

index e79e8a5..4ba10c3 100644 (file)
@@ -538,7 +538,7 @@ static void ivtv_yuv_handle_vertical(struct ivtv *itv, struct yuv_frame_info *f)
        reg_2964 = (reg_2964 << 16) + reg_2964 + (reg_2964 * 46 / 94);
 
        /* Okay, we've wasted time working out the correct value,
-          but if we use it, it fouls the the window alignment.
+          but if we use it, it fouls the window alignment.
           Fudge it to what we want... */
        reg_2964 = 0x00010001 + ((reg_2964 & 0x0000FFFF) - (reg_2964 >> 16));
        reg_2968 = 0x00010001 + ((reg_2968 & 0x0000FFFF) - (reg_2968 >> 16));