Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba01b058 authored by Colin Ian King's avatar Colin Ian King Committed by Michael Ellerman
Browse files

powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"



Trivial fix to spelling mistake in battery_charging array.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 20acf7fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,7 +528,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" };