diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-08-21 17:17:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-29 15:32:14 +0200 |
commit | 08ebb1c0da84bbec6df105a60b339e40fba241c9 (patch) | |
tree | f5b09ff771b63cd402837b5ccbc41e36a4fa45ba /drivers/media/pci/cx18/cx18-firmware.c | |
parent | media: i2c/cx25840: fix repeated words in comments (diff) | |
download | linux-08ebb1c0da84bbec6df105a60b339e40fba241c9.tar.xz linux-08ebb1c0da84bbec6df105a60b339e40fba241c9.zip |
media: pci/cx18: 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>
Diffstat (limited to '')
-rw-r--r-- | drivers/media/pci/cx18/cx18-firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-firmware.c b/drivers/media/pci/cx18/cx18-firmware.c index fdac310d7477..1b038b2802bf 100644 --- a/drivers/media/pci/cx18/cx18-firmware.c +++ b/drivers/media/pci/cx18/cx18-firmware.c @@ -248,7 +248,7 @@ void cx18_init_power(struct cx18 *cx, int lowpwr) * * Many thanks to Jeff Campbell and Mike Bradley for their extensive * investigation, experimentation, testing, and suggested solutions of - * of audio/video sync problems with SVideo and CVBS captures. + * audio/video sync problems with SVideo and CVBS captures. */ /* the fast clock is at 200/245 MHz */ |