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/b6f3ea78b3f6
branches: trunk
changeset: 340146:b6f3ea78b3f6
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 f22577fd6ae2 -r b6f3ea78b3f6 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