summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/intel
diff options
context:
space:
mode:
authorNigel Christian <nigel.l.christian@gmail.com>2020-10-31 03:21:55 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-25 14:42:06 +0100
commit7966ceb4dde4d694387c40c5bac5bb01d40d48dc (patch)
tree91e9d6eb1d2fec2a1e8e38b1f0b64911e4294356 /drivers/media/pci/intel
parentb5c17905fb97e4e3c2fccdd168f6d2e7d54076e5 (diff)
downloadlinux-7966ceb4dde4d694387c40c5bac5bb01d40d48dc.tar.bz2
media: ipu3-cio2: fix trivial style warning
Comment has 'the' repeated twice. Let's clean it up. This patch reduces checkpatch warnings for this file to nil. Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci/intel')
-rw-r--r--drivers/media/pci/intel/ipu3/ipu3-cio2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
index 4fc36b5a8090..36e354ecf71e 100644
--- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c
+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c
@@ -291,7 +291,7 @@ static s32 cio2_rx_timing(s32 a, s32 b, s64 freq, int def)
return r;
};
-/* Calculate the the delay value for termination enable of clock lane HS Rx */
+/* Calculate the delay value for termination enable of clock lane HS Rx */
static int cio2_csi2_calc_timing(struct cio2_device *cio2, struct cio2_queue *q,
struct cio2_csi2_timing *timing,
unsigned int bpp, unsigned int lanes)