]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PPC64: Remove degree symbol from rtas-proc.c
authorPaul Mackerras <paulus@samba.org>
Fri, 8 Oct 2004 00:35:39 +0000 (17:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Oct 2004 00:35:39 +0000 (17:35 -0700)
Alan Cox pointed out that the degree symbol in the thermal sensor proc
files that we have on ppc64 cause problems for people using other
locales or UTF-8.  This patch makes them disappear.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/rtas-proc.c

index a055759b66b4087c93274bb7a77e24b26675eb2d..bd75066cc047ee7dc5e56957e3556fb41afd6fa4 100644 (file)
@@ -580,7 +580,7 @@ static void ppc_rtas_process_sensor(struct seq_file *m,
                        }
                        break;
                case THERMAL_SENSOR:
-                       seq_printf(m, "Temp. (°C/°F):\t");
+                       seq_printf(m, "Temp. (C/F):\t");
                        temperature = 1;
                        break;
                case LID_STATUS: