* [PATCH] USB: serial: io_edgeport: Fix spelling mistake
@ 2022-06-29 6:41 Zhang Jiaming
2022-07-13 6:29 ` Johan Hovold
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-29 6:41 UTC (permalink / raw)
To: johan, gregkh; +Cc: linux-usb, linux-kernel, liqiong, renyu, Zhang Jiaming
Change 'paramater' to 'parameter'.
Change 'timedout' to 'timeout'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
drivers/usb/serial/io_edgeport.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c
index bdee78cc4a07..ffa622539a25 100644
--- a/drivers/usb/serial/io_edgeport.c
+++ b/drivers/usb/serial/io_edgeport.c
@@ -220,7 +220,7 @@ struct edgeport_serial {
__u8 rxHeader3; /* receive header byte 3 */
__u8 rxPort; /* the port that we are currently receiving data for */
__u8 rxStatusCode; /* the receive status code */
- __u8 rxStatusParam; /* the receive status paramater */
+ __u8 rxStatusParam; /* the receive status parameter */
__s16 rxBytesRemaining; /* the number of port bytes left to read */
struct usb_serial *serial; /* loop back to the owner of this object */
};
@@ -901,7 +901,7 @@ static int edge_open(struct tty_struct *tty, struct usb_serial_port *port)
if (!edge_port->open) {
/* open timed out */
- dev_dbg(dev, "%s - open timedout\n", __func__);
+ dev_dbg(dev, "%s - open timeout\n", __func__);
edge_port->openPending = false;
return -ENODEV;
}
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] USB: serial: io_edgeport: Fix spelling mistake
2022-06-29 6:41 [PATCH] USB: serial: io_edgeport: Fix spelling mistake Zhang Jiaming
@ 2022-07-13 6:29 ` Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2022-07-13 6:29 UTC (permalink / raw)
To: Zhang Jiaming; +Cc: gregkh, linux-usb, linux-kernel, liqiong, renyu
On Wed, Jun 29, 2022 at 02:41:53PM +0800, Zhang Jiaming wrote:
> Change 'paramater' to 'parameter'.
> Change 'timedout' to 'timeout'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Applied, thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-13 6:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 6:41 [PATCH] USB: serial: io_edgeport: Fix spelling mistake Zhang Jiaming
2022-07-13 6:29 ` Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).