Module Name:    src
Committed By:   skrll
Date:           Wed Nov 18 07:42:46 UTC 2020

Modified Files:
        src/sys/sys: bus_proto.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/bus_proto.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/bus_proto.h
diff -u src/sys/sys/bus_proto.h:1.11 src/sys/sys/bus_proto.h:1.12
--- src/sys/sys/bus_proto.h:1.11	Thu Nov 14 16:23:53 2019
+++ src/sys/sys/bus_proto.h	Wed Nov 18 07:42:46 2020
@@ -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 @@ bool	bus_space_handle_is_equal(bus_space
 #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(). */

Reply via email to