summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-08-21 17:25:04 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 15:32:14 +0200
commit13c3af0c646251edc73164a310da31e7c6156659 (patch)
treef9839b92cc71b4be93e89bdcaed203b816f7fef0
parent7f2597fe945eb5b622afe1aaad2c6c4ca403ebd8 (diff)
media: pci/cx23885: fix repeated words in comments
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>
-rw-r--r--drivers/media/pci/cx23885/cx23888-ir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23888-ir.c b/drivers/media/pci/cx23885/cx23888-ir.c
index ddfd2eb37484..222d04421468 100644
--- a/drivers/media/pci/cx23885/cx23888-ir.c
+++ b/drivers/media/pci/cx23885/cx23888-ir.c
@@ -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,