Commit 9ec7e8d5 authored by Jiang Jian's avatar Jiang Jian Committed by Johan Hovold

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
[ johan: replace one "the" with "that", merge the two cleanups, amend
         commit message ]
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent f41e16ac
...@@ -256,7 +256,7 @@ static int analyze_baud_rate(struct usb_serial_port *port, speed_t new_rate) ...@@ -256,7 +256,7 @@ static int analyze_baud_rate(struct usb_serial_port *port, speed_t new_rate)
/* /*
* Mike Isely <isely@pobox.com> 2-Feb-2008: The * Mike Isely <isely@pobox.com> 2-Feb-2008: The
* Cypress app note that describes this mechanism * Cypress app note that describes this mechanism
* states the the low-speed part can't handle more * states that the low-speed part can't handle more
* than 800 bytes/sec, in which case 4800 baud is the * than 800 bytes/sec, in which case 4800 baud is the
* safest speed for a part like that. * safest speed for a part like that.
*/ */
......
...@@ -826,7 +826,7 @@ static int mos77xx_calc_num_ports(struct usb_serial *serial, ...@@ -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 * The 7715 uses the first bulk in/out endpoint pair for the
* parallel port, and the second for the serial port. We swap * 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 * only registered port structure uses the serial-port
* endpoints. * endpoints.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment