From 614a7d1ec6d65086d2b6b49c6bb8a35baf378011 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 20 Jan 2007 20:19:36 +0000 Subject: [PATCH] Remove extra '()' around the string 'MHz'. --- sys/arch/i386/i386/powernow_k7.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/powernow_k7.c b/sys/arch/i386/i386/powernow_k7.c index 8fab64923445..dea5327d1ff5 100644 --- a/sys/arch/i386/i386/powernow_k7.c +++ b/sys/arch/i386/i386/powernow_k7.c @@ -1,4 +1,4 @@ -/* $NetBSD: powernow_k7.c,v 1.21 2006/12/07 22:50:12 xtraeme Exp $ */ +/* $NetBSD: powernow_k7.c,v 1.22 2007/01/20 20:19:36 xtraeme Exp $ */ /* $OpenBSD: powernow-k7.c,v 1.24 2006/06/16 05:58:50 gwk Exp $ */ /*- @@ -66,7 +66,7 @@ /* AMD POWERNOW K7 driver */ #include -__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.21 2006/12/07 22:50:12 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: powernow_k7.c,v 1.22 2007/01/20 20:19:36 xtraeme Exp $"); #include #include @@ -470,7 +470,7 @@ k7_powernow_init(void) cur_freq = cstate->state_table[cstate->n_states-1].freq; - aprint_normal("%s: AMD %s Technology %d (MHz)\n", + aprint_normal("%s: AMD %s Technology %d MHz\n", cpuname, techname, cur_freq); aprint_normal("%s: frequencies available (Mhz): %s\n", cpuname, freq_names);