All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: palmas: Fixed spelling mistake in error message.
@ 2017-04-11 16:10 Willis Monroe
  2017-04-11 16:22 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Willis Monroe @ 2017-04-11 16:10 UTC (permalink / raw)
  To: tony, lee.jones, linux-omap, linux-kernel

Fixed a small spelling mistake ("updat" -> "update") in an error message.

Signed-off-by: Willis Monroe <willismonroe@gmail.com>
---
 drivers/mfd/palmas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
index ee9e9ea..dbb6d42 100644
--- a/drivers/mfd/palmas.c
+++ b/drivers/mfd/palmas.c
@@ -567,7 +567,7 @@ static int palmas_i2c_probe(struct i2c_client *i2c,
 			PALMAS_POLARITY_CTRL, PALMAS_POLARITY_CTRL_INT_POLARITY,
 			reg);
 	if (ret < 0) {
-		dev_err(palmas->dev, "POLARITY_CTRL updat failed: %d\n", ret);
+		dev_err(palmas->dev, "POLARITY_CTRL update failed: %d\n", ret);
 		goto err_i2c;
 	}
 
-- 
2.9.3

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

* Re: [PATCH] mfd: palmas: Fixed spelling mistake in error message.
  2017-04-11 16:10 [PATCH] mfd: palmas: Fixed spelling mistake in error message Willis Monroe
@ 2017-04-11 16:22 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2017-04-11 16:22 UTC (permalink / raw)
  To: Willis Monroe; +Cc: tony, linux-omap, linux-kernel

On Tue, 11 Apr 2017, Willis Monroe wrote:

> Fixed a small spelling mistake ("updat" -> "update") in an error message.
> 
> Signed-off-by: Willis Monroe <willismonroe@gmail.com>
> ---
>  drivers/mfd/palmas.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Nice!

Applied, thanks.

> diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
> index ee9e9ea..dbb6d42 100644
> --- a/drivers/mfd/palmas.c
> +++ b/drivers/mfd/palmas.c
> @@ -567,7 +567,7 @@ static int palmas_i2c_probe(struct i2c_client *i2c,
>  			PALMAS_POLARITY_CTRL, PALMAS_POLARITY_CTRL_INT_POLARITY,
>  			reg);
>  	if (ret < 0) {
> -		dev_err(palmas->dev, "POLARITY_CTRL updat failed: %d\n", ret);
> +		dev_err(palmas->dev, "POLARITY_CTRL update failed: %d\n", ret);
>  		goto err_i2c;
>  	}
>  

-- 
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:[~2017-04-11 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 16:10 [PATCH] mfd: palmas: Fixed spelling mistake in error message Willis Monroe
2017-04-11 16:22 ` Lee Jones

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.