Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/dev dmesg cosmetics



details:   https://anonhg.NetBSD.org/src/rev/bbf290081b7b
branches:  trunk
changeset: 752524:bbf290081b7b
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 28 15:30:22 2010 +0000

description:
dmesg cosmetics

diffstat:

 sys/arch/sparc64/dev/pcf8591_envctrl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5a679a72191e -r bbf290081b7b sys/arch/sparc64/dev/pcf8591_envctrl.c
--- a/sys/arch/sparc64/dev/pcf8591_envctrl.c    Sun Feb 28 15:24:04 2010 +0000
+++ b/sys/arch/sparc64/dev/pcf8591_envctrl.c    Sun Feb 28 15:30:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcf8591_envctrl.c,v 1.2 2010/02/28 12:40:46 pgoyette Exp $     */
+/*     $NetBSD: pcf8591_envctrl.c,v 1.3 2010/02/28 15:30:22 martin Exp $       */
 /*     $OpenBSD: pcf8591_envctrl.c,v 1.6 2007/10/25 21:17:20 kettenis Exp $ */
 
 /*
@@ -193,7 +193,7 @@
        }
 
        aprint_naive(": Temp Sensors\n");
-       aprint_normal("%s Temp Sensors\n", ia->ia_name);
+       aprint_normal(": %s Temp Sensors\n", ia->ia_name);
 }
 
 static void



Home | Main Index | Thread Index | Old Index