summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/mos7720.c
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-22 18:42:17 +0800
committerJohan Hovold <johan@kernel.org>2022-07-13 08:39:04 +0200
commit9ec7e8d5fae34b3da52b4b0a7a47877bc6aa8416 (patch)
treef10b1a65dfb23446722dc9ec6f284f05b06802c5 /drivers/usb/serial/mos7720.c
parentf41e16ac606216c7ad01c21e01a1004ca5650a8f (diff)
downloadlinux-9ec7e8d5fae34b3da52b4b0a7a47877bc6aa8416.tar.bz2
USB: serial: fix repeated word "the" in comments
There is a repeated word "the" in two comments that should be replaced or removed. Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> [ johan: replace one "the" with "that", merge the two cleanups, amend commit message ] Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/mos7720.c')
-rw-r--r--drivers/usb/serial/mos7720.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c
index 1e12b5f30dcc..23ccbba716c7 100644
--- a/drivers/usb/serial/mos7720.c
+++ b/drivers/usb/serial/mos7720.c
@@ -826,7 +826,7 @@ static int mos77xx_calc_num_ports(struct usb_serial *serial,
/*
* The 7715 uses the first bulk in/out endpoint pair for the
* parallel port, and the second for the serial port. We swap
- * the endpoint descriptors here so that the the first and
+ * the endpoint descriptors here so that the first and
* only registered port structure uses the serial-port
* endpoints.
*/