linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"
@ 2018-09-23 23:04 Colin King
  2018-09-24  8:49 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-09-23 23:04 UTC (permalink / raw)
  To: Johan Hovold, Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/serial/cypress_m8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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),
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"
  2018-09-23 23:04 [PATCH] USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving" Colin King
@ 2018-09-24  8:49 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2018-09-24  8:49 UTC (permalink / raw)
  To: Colin King
  Cc: Johan Hovold, Greg Kroah-Hartman, linux-usb, kernel-janitors,
	linux-kernel

On Mon, Sep 24, 2018 at 12:04:08AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_dbg message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-24  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23 23:04 [PATCH] USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving" Colin King
2018-09-24  8:49 ` 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).