Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621447 > unrolled thread
| Started by | Willis Monroe <willismonroe@gmail.com> |
|---|---|
| First post | 2017-04-11 18:20 +0200 |
| Last post | 2017-04-11 18:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mfd: palmas: Fixed spelling mistake in error message. Willis Monroe <willismonroe@gmail.com> - 2017-04-11 18:20 +0200
Re: [PATCH] mfd: palmas: Fixed spelling mistake in error message. Lee Jones <lee.jones@linaro.org> - 2017-04-11 18:30 +0200
| From | Willis Monroe <willismonroe@gmail.com> |
|---|---|
| Date | 2017-04-11 18:20 +0200 |
| Subject | [PATCH] mfd: palmas: Fixed spelling mistake in error message. |
| Message-ID | <tv6Gm-QX-13@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-04-11 18:30 +0200 |
| Message-ID | <tv6Q3-Us-21@gated-at.bofh.it> |
| In reply to | #1621447 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web