diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-22 18:42:17 +0800 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2022-07-13 08:39:04 +0200 |
commit | 9ec7e8d5fae34b3da52b4b0a7a47877bc6aa8416 (patch) | |
tree | f10b1a65dfb23446722dc9ec6f284f05b06802c5 /drivers/usb/serial/cypress_m8.c | |
parent | f41e16ac606216c7ad01c21e01a1004ca5650a8f (diff) | |
download | linux-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/cypress_m8.c')
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 6924fa95f6bd..5fbcc155e8f5 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c @@ -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 * 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 * safest speed for a part like that. */ |