Skip to content

Commit

Permalink
USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrie…
Browse files Browse the repository at this point in the history
…ving"

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>
  • Loading branch information
Colin Ian King authored and Johan Hovold committed Sep 24, 2018
1 parent 7876320 commit bbc1f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/cypress_m8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bbc1f57

Please sign in to comment.