[PATCH] USB: serial: mos7720: drop unexpected word "the" in the comments

From: Jiang Jian
Date: Wed Jun 22 2022 - 06:44:01 EST


there is an unexpected word "the" in the comments that need to be dropped

file: drivers/usb/serial/mos7720.c
line: 829

* the endpoint descriptors here so that the the first and
changed to:
* the endpoint descriptors here so that the first and

Signed-off-by: Jiang Jian <jiangjian@xxxxxxxxxx>
---
drivers/usb/serial/mos7720.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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.
*/
--
2.17.1