media: dvb-frontends: Fix typo 'the the' in comment
authorSlark Xiao <slark_xiao@163.com>
Fri, 22 Jul 2022 01:47:55 +0000 (03:47 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:13 +0000 (15:32 +0200)
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/dvb-frontends/tda1002x.h
drivers/media/dvb-frontends/tda10048.c

index 60a0952..00491be 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
     TDA10021/TDA10023  - Single Chip Cable Channel Receiver driver module
-                        used on the the Siemens DVB-C cards
+                        used on the Siemens DVB-C cards
 
     Copyright (C) 1999 Convergence Integrated Media GmbH <ralph@convergence.de>
     Copyright (C) 2004 Markus Schulz <msc@antzsystem.de>
index d1d206e..0b3f699 100644 (file)
@@ -1118,7 +1118,7 @@ struct dvb_frontend *tda10048_attach(const struct tda10048_config *config,
                state->pll_pfactor = 0;
        }
 
-       /* Establish any defaults the the user didn't pass */
+       /* Establish any defaults the user didn't pass */
        tda10048_establish_defaults(&state->frontend);
 
        /* Set the xtal and freq defaults */