Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 13:45:08 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/include/linux: rcupdate.h

Log Message:
Nix extraneous whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/linux/rcupdate.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/external/bsd/drm2/include/linux/rcupdate.h
diff -u src/sys/external/bsd/drm2/include/linux/rcupdate.h:1.5 src/sys/external/bsd/drm2/include/linux/rcupdate.h:1.6
--- src/sys/external/bsd/drm2/include/linux/rcupdate.h:1.5	Mon Aug 27 13:31:36 2018
+++ src/sys/external/bsd/drm2/include/linux/rcupdate.h	Mon Aug 27 13:45:08 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: rcupdate.h,v 1.5 2018/08/27 13:31:36 riastradh Exp $	*/
+/*	$NetBSD: rcupdate.h,v 1.6 2018/08/27 13:45:08 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -43,7 +43,6 @@
 	(P) = (V);							      \
 } while (0)
 
-
 #define	rcu_dereference(P) ({						      \
 	typeof(*(P)) *__rcu_dereference_tmp = (P);			      \
 	membar_datadep_consumer();					      \

Reply via email to