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>
This commit is contained in:
parent
7876320f88
commit
bbc1f57aa8
@ -378,7 +378,7 @@ static int cypress_serial_control(struct tty_struct *tty,
|
|||||||
retval = -ENOTTY;
|
retval = -ENOTTY;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
dev_dbg(dev, "%s - retreiving serial line settings\n", __func__);
|
dev_dbg(dev, "%s - retrieving serial line settings\n", __func__);
|
||||||
do {
|
do {
|
||||||
retval = usb_control_msg(port->serial->dev,
|
retval = usb_control_msg(port->serial->dev,
|
||||||
usb_rcvctrlpipe(port->serial->dev, 0),
|
usb_rcvctrlpipe(port->serial->dev, 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user