Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/40e1cf230112
branches: trunk
changeset: 935298:40e1cf230112
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Jun 29 23:04:56 2020 +0000
description:
Nix trailing whitespace.
diffstat:
sys/arch/amd64/amd64/amd64_trap.S | 4 ++--
sys/dev/scsipi/if_se.c | 6 +++---
usr.sbin/postinstall/postinstall.in | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (65 lines):
diff -r 281a1ef4f5f9 -r 40e1cf230112 sys/arch/amd64/amd64/amd64_trap.S
--- a/sys/arch/amd64/amd64/amd64_trap.S Mon Jun 29 22:50:11 2020 +0000
+++ b/sys/arch/amd64/amd64/amd64_trap.S Mon Jun 29 23:04:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amd64_trap.S,v 1.52 2020/06/21 16:57:18 bouyer Exp $ */
+/* $NetBSD: amd64_trap.S,v 1.53 2020/06/29 23:04:56 riastradh Exp $ */
/*
* Copyright (c) 1998, 2007, 2008, 2017 The NetBSD Foundation, Inc.
@@ -452,7 +452,7 @@
/* traps are called with interrupts enabled, and we may have been
* interrupted just before the CLI in the trap macro.
* we have to check if a FPU reload is needed.
- */
+ */
movq CPUVAR(CURLWP),%r14
HANDLE_DEFERRED_FPU
#endif /* XENPV */
diff -r 281a1ef4f5f9 -r 40e1cf230112 sys/dev/scsipi/if_se.c
--- a/sys/dev/scsipi/if_se.c Mon Jun 29 22:50:11 2020 +0000
+++ b/sys/dev/scsipi/if_se.c Mon Jun 29 23:04:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_se.c,v 1.107 2020/06/22 17:38:27 jdc Exp $ */
+/* $NetBSD: if_se.c,v 1.108 2020/06/29 23:04:57 riastradh Exp $ */
/*
* Copyright (c) 1997 Ian W. Dall <ian.dall%dsto.defence.gov.au@localhost>
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_se.c,v 1.107 2020/06/22 17:38:27 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_se.c,v 1.108 2020/06/29 23:04:57 riastradh Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -374,7 +374,7 @@
sedetach(sc->sc_dev, 0);
return; /* Error */
}
-
+
snprintf(wqname, sizeof(wqname), "%sRx", device_xname(sc->sc_dev));
rv = workqueue_create(&sc->sc_recv_wq, wqname, se_recv_worker, sc,
PRI_SOFTNET, IPL_NET, WQ_MPSAFE);
diff -r 281a1ef4f5f9 -r 40e1cf230112 usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in Mon Jun 29 22:50:11 2020 +0000
+++ b/usr.sbin/postinstall/postinstall.in Mon Jun 29 23:04:56 2020 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall.in,v 1.29 2020/06/22 06:55:41 rin Exp $
+# $NetBSD: postinstall.in,v 1.30 2020/06/29 23:04:57 riastradh Exp $
#
# Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -873,7 +873,7 @@
{
[ -n "$1" ] || err 3 "USAGE: do_blocklist fix|check"
local op="$1"
-
+
# if we are actually using blocklistd
for i in /var/db/blacklist.db /etc/blacklistd.conf; do
local old="${DEST_DIR}${i}"
Home |
Main Index |
Thread Index |
Old Index