From: Nigel Christian Date: Sat, 31 Oct 2020 02:21:55 +0000 (+0100) Subject: media: ipu3-cio2: fix trivial style warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7966ceb4dde4d694387c40c5bac5bb01d40d48dc;p=linux.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c index 4fc36b5a80909..36e354ecf71ec 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)