linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"
@ 2016-10-28 18:35 Colin King
  2016-11-11  9:01 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-10-28 18:35 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, linux-mtd
  Cc: linux-kernel

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

Trivial spelling mistake fixes in dev_err message.

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

diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
index c180b75..e6a3d99 100644
--- a/drivers/mfd/si476x-i2c.c
+++ b/drivers/mfd/si476x-i2c.c
@@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client,
 				       ARRAY_SIZE(core->supplies),
 				       core->supplies);
 	if (rval) {
-		dev_err(&client->dev, "Failet to gett all of the regulators\n");
+		dev_err(&client->dev, "Failed to get all of the regulators\n");
 		goto free_gpio;
 	}
 
-- 
2.9.3

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

* Re: [PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"
  2016-10-28 18:35 [PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett" Colin King
@ 2016-11-11  9:01 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2016-11-11  9:01 UTC (permalink / raw)
  To: Colin King
  Cc: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, linux-mtd, linux-kernel

On Fri, 28 Oct 2016, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial spelling mistake fixes in dev_err message.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/mfd/si476x-i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c
> index c180b75..e6a3d99 100644
> --- a/drivers/mfd/si476x-i2c.c
> +++ b/drivers/mfd/si476x-i2c.c
> @@ -753,7 +753,7 @@ static int si476x_core_probe(struct i2c_client *client,
>  				       ARRAY_SIZE(core->supplies),
>  				       core->supplies);
>  	if (rval) {
> -		dev_err(&client->dev, "Failet to gett all of the regulators\n");
> +		dev_err(&client->dev, "Failed to get all of the regulators\n");
>  		goto free_gpio;
>  	}
>  

Applied, thanks.

[Hi Colin, hope you're well!]

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2016-11-11  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 18:35 [PATCH] mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett" Colin King
2016-11-11  9:01 ` Lee Jones

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).