Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xenbus xenbus_comms.c: Nix trailing whitespace.



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

description:
xenbus_comms.c: Nix trailing whitespace.

No functional change intended.

diffstat:

 sys/arch/xen/xenbus/xenbus_comms.c |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r f622413131a7 -r 6e99e278f246 sys/arch/xen/xenbus/xenbus_comms.c
--- a/sys/arch/xen/xenbus/xenbus_comms.c        Sat Feb 25 00:35:52 2023 +0000
+++ b/sys/arch/xen/xenbus/xenbus_comms.c        Sat Feb 25 00:37:34 2023 +0000
@@ -1,24 +1,24 @@
-/* $NetBSD: xenbus_comms.c,v 1.25 2023/02/25 00:34:01 riastradh Exp $ */
+/* $NetBSD: xenbus_comms.c,v 1.26 2023/02/25 00:37:34 riastradh Exp $ */
 /******************************************************************************
  * xenbus_comms.c
  *
  * Low level code to talks to Xen Store: ringbuffer and event channel.
  *
  * Copyright (C) 2005 Rusty Russell, IBM Corporation
- * 
+ *
  * This file may be distributed separately from the Linux kernel, or
  * incorporated into other software packages, subject to the following license:
- * 
+ *
  * 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
@@ -29,11 +29,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xenbus_comms.c,v 1.25 2023/02/25 00:34:01 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xenbus_comms.c,v 1.26 2023/02/25 00:37:34 riastradh Exp $");
 
 #include <sys/types.h>
-#include <sys/null.h> 
-#include <sys/errno.h> 
+#include <sys/null.h>
+#include <sys/errno.h>
 #include <sys/param.h>
 #include <sys/proc.h>
 #include <sys/systm.h>
@@ -80,7 +80,7 @@
 {
        if (__predict_false(xenstored_ready == 0 && xendomain_is_dom0())) {
                xb_xenstored_make_ready();
-       } 
+       }
 
        mutex_enter(&xenstore_lock);
        cv_broadcast(&xenstore_cv);



Home | Main Index | Thread Index | Old Index