* [PATCH] powerpc: fix spelling mistake: "Discharching" -> "Discharging"
@ 2018-05-18 9:31 Colin King
2018-05-21 10:01 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-05-18 9:31 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
linuxppc-dev
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in battery_charging array
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
arch/powerpc/kernel/rtas-proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kernel/rtas-proc.c b/arch/powerpc/kernel/rtas-proc.c
index d49063d0baa4..ed0ed0c9b7b3 100644
--- a/arch/powerpc/kernel/rtas-proc.c
+++ b/arch/powerpc/kernel/rtas-proc.c
@@ -504,7 +504,7 @@ static void ppc_rtas_process_sensor(struct seq_file *m,
"EPOW power off" };
const char * battery_cyclestate[] = { "None", "In progress",
"Requested" };
- const char * battery_charging[] = { "Charging", "Discharching",
+ const char * battery_charging[] = { "Charging", "Discharging",
"No current flow" };
const char * ibm_drconnector[] = { "Empty", "Present", "Unusable",
"Exchange" };
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: powerpc: fix spelling mistake: "Discharching" -> "Discharging"
2018-05-18 9:31 [PATCH] powerpc: fix spelling mistake: "Discharching" -> "Discharging" Colin King
@ 2018-05-21 10:01 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2018-05-21 10:01 UTC (permalink / raw)
To: Colin King, Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev
Cc: kernel-janitors, linux-kernel
On Fri, 2018-05-18 at 09:31:17 UTC, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in battery_charging array
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/ba01b058a52abcb0539d94ae976ef1
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-21 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 9:31 [PATCH] powerpc: fix spelling mistake: "Discharching" -> "Discharging" Colin King
2018-05-21 10:01 ` Michael Ellerman
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).