All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eli Billauer <eli.billauer@gmail.com>
To: Colin King <colin.king@canonical.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] char: xillybus: fix spelling mistake: "upgarde" -> "upgrade"
Date: Thu, 23 Jun 2016 22:00:10 +0300	[thread overview]
Message-ID: <576C31BA.70708@gmail.com> (raw)
In-Reply-To: <1466704091-9360-1-git-send-email-colin.king@canonical.com>

I stand corrected. Thanks.

Acked-by: Eli Billauer <eli.billauer@gmail.com>

On 23/06/16 20:48, Colin King wrote:
> From: Colin Ian King<colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_err message
>
> Signed-off-by: Colin Ian King<colin.king@canonical.com>
> ---
>   drivers/char/xillybus/xillybus_core.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/char/xillybus/xillybus_core.c b/drivers/char/xillybus/xillybus_core.c
> index dcd19f3..8586a85 100644
> --- a/drivers/char/xillybus/xillybus_core.c
> +++ b/drivers/char/xillybus/xillybus_core.c
> @@ -658,7 +658,7 @@ static int xilly_obtain_idt(struct xilly_endpoint *endpoint)
>   	/* Check version number. Accept anything below 0x82 for now. */
>   	if (*version>  0x82) {
>   		dev_err(endpoint->dev,
> -			"No support for IDT version 0x%02x. Maybe the xillybus driver needs an upgarde. Aborting.\n",
> +			"No support for IDT version 0x%02x. Maybe the xillybus driver needs an upgrade. Aborting.\n",
>   			*version);
>   		return -ENODEV;
>   	}
>    

  reply	other threads:[~2016-06-23 19:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 17:48 [PATCH] char: xillybus: fix spelling mistake: "upgarde" -> "upgrade" Colin King
2016-06-23 19:00 ` Eli Billauer [this message]
2016-06-23 19:05 ` Joe Perches
2016-06-23 19:23   ` Eli Billauer
2016-06-23 19:51     ` Colin Ian King
2016-06-23 20:09       ` Eli Billauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=576C31BA.70708@gmail.com \
    --to=eli.billauer@gmail.com \
    --cc=colin.king@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.