[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1466708753.1847.17.camel@perches.com>
Date:	Thu, 23 Jun 2016 12:05:53 -0700
From:	Joe Perches <joe@...ches.com>
To:	Colin King <colin.king@...onical.com>,
	Eli Billauer <eli.billauer@...il.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] char: xillybus: fix spelling mistake: "upgarde" ->
 "upgrade"
On Thu, 2016-06-23 at 18:48 +0100, Colin King wrote:
> trivial fix to spelling mistake in dev_err message
[]
> diff --git 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) {
trivia:  code doesn't match comment above it.
>  		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;
>  	}
Powered by blists - more mailing lists
 
