Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/7a8dda408a74
branches:  trunk
changeset: 946145:7a8dda408a74
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 18 07:42:46 2020 +0000

description:
Trailing whitespace

diffstat:

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

diffs (18 lines):

diff -r 48ebccccdaa4 -r 7a8dda408a74 sys/sys/bus_proto.h
--- a/sys/sys/bus_proto.h       Wed Nov 18 06:49:13 2020 +0000
+++ b/sys/sys/bus_proto.h       Wed Nov 18 07:42:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_proto.h,v 1.11 2019/11/14 16:23:53 maxv Exp $      */
+/*     $NetBSD: bus_proto.h,v 1.12 2020/11/18 07:42:46 skrll Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001, 2007 The NetBSD Foundation, Inc.
@@ -427,7 +427,7 @@
 #define        BUS_DMA_READ            0x100   /* mapping is device -> memory only */
 #define        BUS_DMA_WRITE           0x200   /* mapping is memory -> device only */
 #define        BUS_DMA_NOCACHE         0x400   /* hint: map non-cached memory */
-#define        BUS_DMA_PREFETCHABLE    0x800   /* hint: map non-cached but allow 
+#define        BUS_DMA_PREFETCHABLE    0x800   /* hint: map non-cached but allow
                                         * things like write combining */
 
 /* Operations performed by bus_dmamap_sync(). */



Home | Main Index | Thread Index | Old Index