diff options
author | wangjianli <[email protected]> | 2022-08-21 17:17:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2022-08-29 15:32:14 +0200 |
commit | 08ebb1c0da84bbec6df105a60b339e40fba241c9 (patch) | |
tree | f5b09ff771b63cd402837b5ccbc41e36a4fa45ba | |
parent | b78476917ff25f172f1388aae0eebb9c8f7c5836 (diff) |
media: pci/cx18: fix repeated words in comments
Delete the redundant word 'of'.
Signed-off-by: wangjianli <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 */ |