aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-22 15:41:51 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-07-08 14:45:24 +0100
commitc1601ea9a65133685c4ddaf3d3640d905e9405c8 (patch)
treec4f5f7243560305ec0213c0daaec081bb94e1d11 /drivers/media/pci
parentmedia: c8sectpfe: Remove unneeded NULL check before clk_disable_unprepare (diff)
downloadlinux-dev-c1601ea9a65133685c4ddaf3d3640d905e9405c8.tar.xz
linux-dev-c1601ea9a65133685c4ddaf3d3640d905e9405c8.zip
media: cx18: Fix typo in comments
Remove the repeated word 'and' from comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/cx18/cx18-av-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-av-core.c b/drivers/media/pci/cx18/cx18-av-core.c
index 76e5a504df8c..d3358643fb7d 100644
--- a/drivers/media/pci/cx18/cx18-av-core.c
+++ b/drivers/media/pci/cx18/cx18-av-core.c
@@ -180,7 +180,7 @@ static void cx18_av_initialize(struct v4l2_subdev *sd)
*/
cx18_av_and_or4(cx, CXADEC_CHIP_CTRL, 0xFFFBFFFF, 0x00120000);
- /* Setup the Video and and Aux/Audio PLLs */
+ /* Setup the Video and Aux/Audio PLLs */
cx18_av_init(cx);
/* set video to auto-detect */