media: pci/cx23885: fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Sun, 21 Aug 2022 15:25:04 +0000 (17:25 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:14 +0000 (15:32 +0200)
Delete the redundant word 'of'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/pci/cx23885/cx23888-ir.c

index ddfd2eb37484d624924f94e7ab6a325373844bd1..222d04421468e998dd02fdcf0784bce9fb7f2794 100644 (file)
@@ -235,7 +235,7 @@ static u32 clock_divider_to_resolution(u16 divider)
 {
        /*
         * Resolution is the duration of 1 tick of the readable portion of
-        * of the pulse width counter as read from the FIFO.  The two lsb's are
+        * the pulse width counter as read from the FIFO.  The two lsb's are
         * not readable, hence the << 2.  This function returns ns.
         */
        return DIV_ROUND_CLOSEST((1 << 2)  * ((u32) divider + 1) * 1000,