projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7876320
)
USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 23 Sep 2018 23:04:08 +0000
(
00:04
+0100)
committer
Johan Hovold
<johan@kernel.org>
Mon, 24 Sep 2018 08:48:36 +0000
(10:48 +0200)
Trivial fix to spelling mistake in dev_dbg message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cypress_m8.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/cypress_m8.c
b/drivers/usb/serial/cypress_m8.c
index e0035c0231202da04e88830e9b2c3e11e8416aad..31c6091be46a18a3275b056eabea2e77ac83c7bd 100644
(file)
--- a/
drivers/usb/serial/cypress_m8.c
+++ b/
drivers/usb/serial/cypress_m8.c
@@
-378,7
+378,7
@@
static int cypress_serial_control(struct tty_struct *tty,
retval = -ENOTTY;
goto out;
}
- dev_dbg(dev, "%s - retr
ei
ving serial line settings\n", __func__);
+ dev_dbg(dev, "%s - retr
ie
ving serial line settings\n", __func__);
do {
retval = usb_control_msg(port->serial->dev,
usb_rcvctrlpipe(port->serial->dev, 0),