aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cypress_m8.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-09-24 00:04:08 +0100
committerJohan Hovold <johan@kernel.org>2018-09-24 10:48:36 +0200
commitbbc1f57aa87066a188ef34330bc1f091b95b1a6b (patch)
tree6a3fc1d58057888e30d3b02413b3d34efa586ab2 /drivers/usb/serial/cypress_m8.c
parentLinux 4.19-rc4 (diff)
downloadlinux-dev-bbc1f57aa87066a188ef34330bc1f091b95b1a6b.tar.xz
linux-dev-bbc1f57aa87066a188ef34330bc1f091b95b1a6b.zip
USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"
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>
Diffstat (limited to 'drivers/usb/serial/cypress_m8.c')
-rw-r--r--drivers/usb/serial/cypress_m8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c
index e0035c023120..31c6091be46a 100644
--- 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 - retreiving serial line settings\n", __func__);
+ dev_dbg(dev, "%s - retrieving serial line settings\n", __func__);
do {
retval = usb_control_msg(port->serial->dev,
usb_rcvctrlpipe(port->serial->dev, 0),