Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2595bffe4176
branches:  trunk
changeset: 847157:2595bffe4176
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 13 08:02:53 2019 +0000

description:
Trailing whitespace

diffstat:

 sys/kern/kern_module_hook.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r a03f2ffdb759 -r 2595bffe4176 sys/kern/kern_module_hook.c
--- a/sys/kern/kern_module_hook.c       Fri Dec 13 08:01:26 2019 +0000
+++ b/sys/kern/kern_module_hook.c       Fri Dec 13 08:02:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_module_hook.c,v 1.3 2019/12/13 08:01:26 skrll Exp $ */
+/*     $NetBSD: kern_module_hook.c,v 1.4 2019/12/13 08:02:53 skrll Exp $ */
 
 /*-
  * Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module_hook.c,v 1.3 2019/12/13 08:01:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module_hook.c,v 1.4 2019/12/13 08:02:53 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -51,12 +51,12 @@
        pserialize_t    psz;
 } module_hook __cacheline_aligned;
 
-/* 
+/*
  * We use pserialize_perform() to issue a memory barrier on the current
- * CPU and on all other CPUs so that all prior memory operations on the  
- * current CPU globally happen before all subsequent memory operations 
+ * CPU and on all other CPUs so that all prior memory operations on the
+ * current CPU globally happen before all subsequent memory operations
  * on the current CPU, as perceived by any other CPU.
- * 
+ *
  * pserialize_perform() might be rather heavy-weight here, but it only
  * happens during module loading, and it allows MODULE_HOOK_CALL() to
  * work without any other memory barriers.



Home | Main Index | Thread Index | Old Index