[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220622104217.7934-1-jiangjian@cdjrlc.com>
Date: Wed, 22 Jun 2022 18:42:17 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: johan@...nel.org
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] USB: serial: mos7720: drop unexpected word "the" in the comments
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@...rlc.com>
---
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
Powered by blists - more mailing lists