Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke/dev Remove non-printable character.



details:   https://anonhg.NetBSD.org/src/rev/f1e6a4e3e1ca
branches:  trunk
changeset: 335442:f1e6a4e3e1ca
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Wed Jan 07 01:11:47 2015 +0000

description:
Remove non-printable character.

diffstat:

 sys/arch/powerpc/booke/dev/pq3etsec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3cb0e208fc42 -r f1e6a4e3e1ca sys/arch/powerpc/booke/dev/pq3etsec.c
--- a/sys/arch/powerpc/booke/dev/pq3etsec.c     Tue Jan 06 22:38:41 2015 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3etsec.c     Wed Jan 07 01:11:47 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3etsec.c,v 1.18 2014/12/20 18:03:17 nonaka Exp $     */
+/*     $NetBSD: pq3etsec.c,v 1.19 2015/01/07 01:11:47 nonaka Exp $     */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.18 2014/12/20 18:03:17 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.19 2015/01/07 01:11:47 nonaka Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -684,7 +684,7 @@
        }
 
        /*
-        * If there was no MDIO 
+        * If there was no MDIO
         */
        if (mdio == CPUNODECF_MDIO_DEFAULT) {
                aprint_normal("\n");



Home | Main Index | Thread Index | Old Index