Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Whitespace fixes.



details:   https://anonhg.NetBSD.org/src/rev/f2b2ab3d4c1b
branches:  trunk
changeset: 823474:f2b2ab3d4c1b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Apr 24 12:52:05 2017 +0000

description:
Whitespace fixes.

diffstat:

 sys/dev/ic/siisatareg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bf702f294426 -r f2b2ab3d4c1b sys/dev/ic/siisatareg.h
--- a/sys/dev/ic/siisatareg.h   Mon Apr 24 10:56:03 2017 +0000
+++ b/sys/dev/ic/siisatareg.h   Mon Apr 24 12:52:05 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisatareg.h,v 1.7 2011/11/02 16:03:01 jakllsch Exp $ */
+/* $NetBSD: siisatareg.h,v 1.8 2017/04/24 12:52:05 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch.
@@ -141,7 +141,7 @@
 #define GR_GC_DEVSEL           __BIT(19)
 #define GR_GC_STOP             __BIT(18)
 #define GR_GC_TRDY             __BIT(17)
-#define GR_GC_M66EN            __BIT(16)       
+#define GR_GC_M66EN            __BIT(16)
 #define GR_GC_PXIE_MASK                __BITS(SIISATA_MAX_PORTS - 1, 0)
 #define GR_GC_PXIE(n)          __SHIFTIN(__BIT(n), GR_GC_PXIE_MASK)
 



Home | Main Index | Thread Index | Old Index