LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"
@ 2018-04-30 16:04 Colin King
2018-05-01 11:32 ` Sebastian Reichel
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-04-30 16:04 UTC (permalink / raw)
To: Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake in dev_error message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/power/supply/ab8500_charger.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
index ba0e97284ae5..98b335042ba6 100644
--- a/drivers/power/supply/ab8500_charger.c
+++ b/drivers/power/supply/ab8500_charger.c
@@ -3066,7 +3066,7 @@ static int ab8500_charger_init_hw_registers(struct ab8500_charger *di)
AB8500_SYS_CTRL2_BLOCK,
AB8500_MAIN_WDOG_CTRL_REG, MAIN_WDOG_ENA);
if (ret) {
- dev_err(di->dev, "faile to enable main watchdog\n");
+ dev_err(di->dev, "failed to enable main watchdog\n");
goto out;
}
--
2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"
2018-04-30 16:04 [PATCH] power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed" Colin King
@ 2018-05-01 11:32 ` Sebastian Reichel
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2018-05-01 11:32 UTC (permalink / raw)
To: Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 981 bytes --]
Hi,
On Mon, Apr 30, 2018 at 05:04:50PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_error message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
Thanks, queued.
-- Sebastian
> drivers/power/supply/ab8500_charger.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/ab8500_charger.c b/drivers/power/supply/ab8500_charger.c
> index ba0e97284ae5..98b335042ba6 100644
> --- a/drivers/power/supply/ab8500_charger.c
> +++ b/drivers/power/supply/ab8500_charger.c
> @@ -3066,7 +3066,7 @@ static int ab8500_charger_init_hw_registers(struct ab8500_charger *di)
> AB8500_SYS_CTRL2_BLOCK,
> AB8500_MAIN_WDOG_CTRL_REG, MAIN_WDOG_ENA);
> if (ret) {
> - dev_err(di->dev, "faile to enable main watchdog\n");
> + dev_err(di->dev, "failed to enable main watchdog\n");
> goto out;
> }
>
> --
> 2.17.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-01 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30 16:04 [PATCH] power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed" Colin King
2018-05-01 11:32 ` Sebastian Reichel
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).