[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8420ec79-7172-1cb7-9a86-fa0d4562334e@kernel.org>
Date: Thu, 4 Jan 2018 12:08:24 -0700
From: Shuah Khan <shuah@...nel.org>
To: Colin King <colin.king@...onical.com>,
Valentina Manea <valentina.manea.m@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-usb@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Shuah Khan <shuahkh@....samsung.com>,
Shuah Khan <shuah@...nel.org>
Subject: Re: [PATCH][next] usbip: vhci: fix spelling mistake: "synchronuously"
-> "synchronously"
On 01/03/2018 02:18 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistake in dev_dbg debug message.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/usb/usbip/vhci_rx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/usbip/vhci_rx.c b/drivers/usb/usbip/vhci_rx.c
> index 112ebb90d8c9..44cd64518925 100644
> --- a/drivers/usb/usbip/vhci_rx.c
> +++ b/drivers/usb/usbip/vhci_rx.c
> @@ -30,7 +30,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
> /* fall through */
> case -ECONNRESET:
> dev_dbg(&urb->dev->dev,
> - "urb seq# %u was unlinked %ssynchronuously\n",
> + "urb seq# %u was unlinked %ssynchronously\n",
> seqnum, status == -ENOENT ? "" : "a");
> break;
> case -EINPROGRESS:
>
Thanks Colin!
Acked-by: Shuah Khan <shuahkh@....samsung.com>
Greg, Please pick this up.
thanks,
-- Shuah
Powered by blists - more mailing lists