Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/include xen/hypervisor.h: Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b8a008be863e
branches:  trunk
changeset: 373722:b8a008be863e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Feb 25 00:34:48 2023 +0000

description:
xen/hypervisor.h: Nix trailing whitespace.

No functional change intended.

diffstat:

 sys/arch/xen/include/hypervisor.h |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r 446bf367909a -r b8a008be863e sys/arch/xen/include/hypervisor.h
--- a/sys/arch/xen/include/hypervisor.h Sat Feb 25 00:34:36 2023 +0000
+++ b/sys/arch/xen/include/hypervisor.h Sat Feb 25 00:34:48 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hypervisor.h,v 1.56 2023/02/25 00:32:26 riastradh Exp $        */
+/*     $NetBSD: hypervisor.h,v 1.57 2023/02/25 00:34:48 riastradh Exp $        */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,21 +26,21 @@
  */
 
 /*
- * 
+ *
  * Communication to/from hypervisor.
- * 
+ *
  * Copyright (c) 2002-2004, K A Fraser
- * 
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this source file (the "Software"), to deal in the Software without
  * restriction, including without limitation the rights to use, copy, modify,
  * merge, publish, distribute, sublicense, and/or sell copies of the Software,
  * and to permit persons to whom the Software is furnished to do so, subject to
  * the following conditions:
- * 
+ *
  * The above copyright notice and this permission notice shall be included in
  * all copies or substantial portions of the Software.
- * 
+ *
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -187,10 +187,10 @@
 void hypervisor_machdep_attach(void);
 void hypervisor_machdep_resume(void);
 
-/* 
+/*
  * Force a proper event-channel callback from Xen after clearing the
  * callback mask. We do this in a very simple manner, by making a call
- * down into Xen. The pending flag will be checked by Xen on return. 
+ * down into Xen. The pending flag will be checked by Xen on return.
  */
 static __inline void hypervisor_force_callback(void)
 {



Home | Main Index | Thread Index | Old Index