From: Slark Xiao Date: Fri, 22 Jul 2022 01:57:07 +0000 (+0200) Subject: media: cx88: Fix typo 'the the' in comment X-Git-Tag: v6.1-rc1~130^2~89 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3b12018d8f8c2b82200bb122d2ada021c2249726;p=users%2Fdwmw2%2Flinux.git media: cx88: Fix typo 'the the' in comment Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/cx88/cx88-dsp.c b/drivers/media/pci/cx88/cx88-dsp.c index f1e1fc1cb4bd7..e378f3b215c73 100644 --- a/drivers/media/pci/cx88/cx88-dsp.c +++ b/drivers/media/pci/cx88/cx88-dsp.c @@ -24,7 +24,7 @@ /* * We calculate the baseband frequencies of the carrier and the pilot tones - * based on the the sampling rate of the audio rds fifo. + * based on the sampling rate of the audio rds fifo. */ #define FREQ_A2_CARRIER baseband_freq(54687.5, 2689.36, 0.0)