Skip to content

Commit ba01b05

Browse files
Colin Ian Kingmpe
authored andcommitted
powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"
Trivial fix to spelling mistake in battery_charging array. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 20acf7f commit ba01b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/rtas-proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ static void ppc_rtas_process_sensor(struct seq_file *m,
528528
"EPOW power off" };
529529
const char * battery_cyclestate[] = { "None", "In progress",
530530
"Requested" };
531-
const char * battery_charging[] = { "Charging", "Discharching",
531+
const char * battery_charging[] = { "Charging", "Discharging",
532532
"No current flow" };
533533
const char * ibm_drconnector[] = { "Empty", "Present", "Unusable",
534534
"Exchange" };

0 commit comments

Comments
 (0)