Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/ee44315dbef4
branches: trunk
changeset: 936456:ee44315dbef4
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Jul 27 14:09:00 2020 +0000
description:
Nix trailing whitespace.
Helpful hint:
(setq show-trailing-whitespace t)
diffstat:
sys/dev/pci/xmm7360.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 17ef602e03c1 -r ee44315dbef4 sys/dev/pci/xmm7360.c
--- a/sys/dev/pci/xmm7360.c Mon Jul 27 14:06:58 2020 +0000
+++ b/sys/dev/pci/xmm7360.c Mon Jul 27 14:09:00 2020 +0000
@@ -74,7 +74,7 @@
#include "opt_gateway.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.2 2020/07/26 17:12:41 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xmm7360.c,v 1.3 2020/07/27 14:09:00 riastradh Exp $");
#endif
#include <sys/param.h>
@@ -188,7 +188,7 @@
+ __validate_container_of(PTR, TYPE, FIELD))
/* Copied from NetBSD <sys/cdefs.h> */
-#define __UNVOLATILE(a) ((void *)(unsigned long)(volatile void *)(a))
+#define __UNVOLATILE(a) ((void *)(unsigned long)(volatile void *)(a))
#if OpenBSD <= 201911
/* Backward compat with OpenBSD 6.6 */
@@ -263,7 +263,7 @@
#define XMM_KQ_ISFD_INITIALIZER .f_isfd = 1
#define tty_lock() mutex_spin_enter(&tty_lock)
#define tty_unlock() mutex_spin_exit(&tty_lock)
-#define tty_locked() KASSERT(mutex_owned(&tty_lock))
+#define tty_locked() KASSERT(mutex_owned(&tty_lock))
#define bpfattach(bpf, ifp, dlt, sz) bpf_attach(ifp, dlt, sz)
#define NBPFILTER 1
#define BPF_MTAP_OUT(ifp, m) bpf_mtap(ifp, m, BPF_D_OUT)
@@ -3058,7 +3058,7 @@
if_statadd(ifp, if_ibytes, m->m_pkthdr.len);
/*
- * The interface can't receive packets for other host, so never
+ * The interface can't receive packets for other host, so never
* really IFF_PROMISC even if bpf listener is attached.
*/
if (pfil_run_hooks(ifp->if_pfil, &m, ifp, PFIL_IN) != 0)
Home |
Main Index |
Thread Index |
Old Index