* [PATCH 1/2] usb: serial: fix typos in comments
[not found] <20260904121813.26714-1-hemanth.selam@gmail.com>
@ 2026-09-04 12:18 ` Hemanth Selam
2026-09-04 12:18 ` [PATCH 2/2] usb: serial: fix repeated words " Hemanth Selam
1 sibling, 0 replies; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 12:18 UTC (permalink / raw)
To: Johan Hovold, Greg Kroah-Hartman; +Cc: linux-kernel, linux-usb
Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/usb/serial/f81534.c | 4 ++--
drivers/usb/serial/ftdi_sio_ids.h | 2 +-
drivers/usb/serial/keyspan_usa28msg.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/serial/f81534.c b/drivers/usb/serial/f81534.c
index 0037767e4bbf..f0ab72d99d5e 100644
--- a/drivers/usb/serial/f81534.c
+++ b/drivers/usb/serial/f81534.c
@@ -83,7 +83,7 @@
#define F81534_TOKEN_MSR_CHANGE 0x04
/*
- * We used interal SPI bus to access FLASH section. We must wait the SPI bus to
+ * We used internal SPI bus to access FLASH section. We must wait the SPI bus to
* idle if we performed any command.
*
* SPI Bus status register: F81534_BUS_REG_STATUS
@@ -755,7 +755,7 @@ static int f81534_find_config_idx(struct usb_serial *serial, u8 *index)
* The F81532/534 will not report serial port to USB serial subsystem when
* H/W DCD/DSR/CTS/RI/RX pin connected to ground.
*
- * To detect RX pin status, we'll enable MCR interal loopback, disable it and
+ * To detect RX pin status, we'll enable MCR internal loopback, disable it and
* delayed for 60ms. It connected to ground If LSR register report UART_LSR_BI.
*/
static bool f81534_check_port_hw_disabled(struct usb_serial *serial, int phy)
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index 9c83c17853c8..a3481f159d9a 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -770,7 +770,7 @@
* Definitions for Icom Inc. devices
*/
#define ICOM_VID 0x0C26 /* Icom vendor ID */
-/* Note: ID-1 is a communications tranceiver for HAM-radio operators */
+/* Note: ID-1 is a communications transceiver for HAM-radio operators */
#define ICOM_ID_1_PID 0x0004 /* ID-1 USB to RS-232 */
/* Note: OPC is an Optional cable to connect an Icom Tranceiver */
#define ICOM_OPC_U_UC_PID 0x0018 /* OPC-478UC, OPC-1122U cloning cable */
diff --git a/drivers/usb/serial/keyspan_usa28msg.h b/drivers/usb/serial/keyspan_usa28msg.h
index a19f3fe5d98d..11003527da5c 100644
--- a/drivers/usb/serial/keyspan_usa28msg.h
+++ b/drivers/usb/serial/keyspan_usa28msg.h
@@ -61,7 +61,7 @@
with a total data length of 63.
USB IN (USA28 -> host, receive) messages contain data and parity
- if parity is configred, thusly:
+ if parity is configured, thusly:
DAT PAR DAT PAR DAT PAR ...
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] usb: serial: fix repeated words in comments
[not found] <20260904121813.26714-1-hemanth.selam@gmail.com>
2026-09-04 12:18 ` [PATCH 1/2] usb: serial: fix typos in comments Hemanth Selam
@ 2026-09-04 12:18 ` Hemanth Selam
1 sibling, 0 replies; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 12:18 UTC (permalink / raw)
To: Johan Hovold, Greg Kroah-Hartman; +Cc: linux-kernel, linux-usb
Drop words accidentally written twice, reported by checkpatch.pl as a
possible repeated word. Only touches comments, no code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/usb/serial/mct_u232.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/serial/mct_u232.h b/drivers/usb/serial/mct_u232.h
index e3d09a83cab1..f79a1f1b6a98 100644
--- a/drivers/usb/serial/mct_u232.h
+++ b/drivers/usb/serial/mct_u232.h
@@ -273,13 +273,13 @@ static int mct_u232_calculate_baud_rate(struct usb_serial *serial,
* Bit 5: Data Set Ready (DSR). Reflects the state of the DSR line on the UART.
* Bit 4: Clear To Send (CTS). Reflects the state of the CTS line on the UART.
* Bit 3: Delta Data Carrier Detect (DDCD). Set to "1" if the -DCD line has
- * changed state one more more times since the last time the MSR was
+ * changed state one more times since the last time the MSR was
* read by the host.
* Bit 2: Trailing Edge Ring Indicator (TERI). Set to "1" if the -RI line has
* had a low to high transition since the last time the MSR was read by
* the host.
* Bit 1: Delta Data Set Ready (DDSR). Set to "1" if the -DSR line has changed
- * state one more more times since the last time the MSR was read by the
+ * state one more times since the last time the MSR was read by the
* host.
* Bit 0: Delta Clear To Send (DCTS). Set to "1" if the -CTS line has changed
* state one more times since the last time the MSR was read by the
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 12:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260904121813.26714-1-hemanth.selam@gmail.com>
2026-09-04 12:18 ` [PATCH 1/2] usb: serial: fix typos in comments Hemanth Selam
2026-09-04 12:18 ` [PATCH 2/2] usb: serial: fix repeated words " Hemanth Selam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox