Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/xen xencons(4): Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/fc658a179167
branches: trunk
changeset: 373726:fc658a179167
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Feb 25 00:35:40 2023 +0000
description:
xencons(4): Nix trailing whitespace.
No functional change intended.
diffstat:
sys/arch/xen/xen/xencons.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (67 lines):
diff -r f57516a8a07f -r fc658a179167 sys/arch/xen/xen/xencons.c
--- a/sys/arch/xen/xen/xencons.c Sat Feb 25 00:35:28 2023 +0000
+++ b/sys/arch/xen/xen/xencons.c Sat Feb 25 00:35:40 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xencons.c,v 1.52 2023/02/25 00:33:38 riastradh Exp $ */
+/* $NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -53,7 +53,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xencons.c,v 1.52 2023/02/25 00:33:38 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xencons.c,v 1.53 2023/02/25 00:35:40 riastradh Exp $");
#include "opt_xen.h"
@@ -82,10 +82,10 @@
#endif
#undef XENDEBUG
-
+
#ifdef XENDEBUG
#define XENPRINTK(x) printk x
-#else
+#else
#define XENPRINTK(x)
#endif
@@ -127,7 +127,7 @@
.d_close = xencons_close,
.d_read = xencons_read,
.d_write = xencons_write,
- .d_ioctl = xencons_ioctl,
+ .d_ioctl = xencons_ioctl,
.d_stop = xencons_stop,
.d_tty = xencons_tty,
.d_poll = xencons_poll,
@@ -328,7 +328,7 @@
struct xencons_softc *sc = device_lookup_private(&xencons_cd,
XENCONS_UNIT(dev));
struct tty *tp = sc->sc_tty;
-
+
return ((*tp->t_linesw->l_poll)(tp, events, l));
}
@@ -442,7 +442,7 @@
}
/* Non-privileged console interrupt routine */
-static int
+static int
xencons_handler(void *arg)
{
struct xencons_softc *sc = arg;
@@ -453,7 +453,7 @@
splx(s);
return 1;
}
-
+
#define XNC_IN (xencons_interface->in)
Home |
Main Index |
Thread Index |
Old Index