Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cadence Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/6c9f4f0bba22
branches:  trunk
changeset: 810288:6c9f4f0bba22
user:      rjs <rjs%NetBSD.org@localhost>
date:      Mon Aug 24 18:26:51 2015 +0000

description:
Whitespace.

diffstat:

 sys/dev/cadence/if_cemac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 252d67e978a3 -r 6c9f4f0bba22 sys/dev/cadence/if_cemac.c
--- a/sys/dev/cadence/if_cemac.c        Mon Aug 24 18:17:04 2015 +0000
+++ b/sys/dev/cadence/if_cemac.c        Mon Aug 24 18:26:51 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cemac.c,v 1.4 2015/08/24 18:11:12 rjs Exp $ */
+/*     $NetBSD: if_cemac.c,v 1.5 2015/08/24 18:26:51 rjs Exp $ */
 
 /*
  * Copyright (c) 2015  Genetec Corporation.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cemac.c,v 1.4 2015/08/24 18:11:12 rjs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cemac.c,v 1.5 2015/08/24 18:26:51 rjs Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -848,7 +848,7 @@
 
        if ((ifp->if_flags & IFF_RUNNING) == 0)
                return;
-               aprint_error_ifnet(ifp, "device timeout, CTL = 0x%08x, CFG = 0x%08x\n",
+       aprint_error_ifnet(ifp, "device timeout, CTL = 0x%08x, CFG = 0x%08x\n",
                CEMAC_READ(ETH_CTL), CEMAC_READ(ETH_CFG));
 }
 



Home | Main Index | Thread Index | Old Index