summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2019-01-22 02:36:30 +0000
committerphessler <phessler@openbsd.org>2019-01-22 02:36:30 +0000
commitcd56ea097150e82cade6656d44978184e018e288 (patch)
tree6e777ffa95a33d398701f2d5354f40c872d4c791
parentIncrease max mtu to match the linux driver; tested against ixl, which can (diff)
downloadwireguard-openbsd-cd56ea097150e82cade6656d44978184e018e288.tar.xz
wireguard-openbsd-cd56ea097150e82cade6656d44978184e018e288.zip
flense more trailing whitespace
-rw-r--r--sys/arch/amd64/include/apmvar.h8
-rw-r--r--sys/arch/arm/include/apmvar.h10
-rw-r--r--sys/arch/i386/include/apmvar.h8
-rw-r--r--sys/arch/loongson/include/apmvar.h10
-rw-r--r--sys/arch/macppc/include/apmvar.h10
-rw-r--r--sys/arch/sparc64/include/apmvar.h10
6 files changed, 28 insertions, 28 deletions
diff --git a/sys/arch/amd64/include/apmvar.h b/sys/arch/amd64/include/apmvar.h
index 904c02bc394..da266f116d2 100644
--- a/sys/arch/amd64/include/apmvar.h
+++ b/sys/arch/amd64/include/apmvar.h
@@ -1,10 +1,10 @@
/* XXX - DSR */
-/* $OpenBSD: apmvar.h,v 1.7 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.8 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _MACHINE_APMVAR_H_
#define _MACHINE_APMVAR_H_
diff --git a/sys/arch/arm/include/apmvar.h b/sys/arch/arm/include/apmvar.h
index e99fd1cbf4b..21e194f2ba4 100644
--- a/sys/arch/arm/include/apmvar.h
+++ b/sys/arch/arm/include/apmvar.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: apmvar.h,v 1.5 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.6 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 2001 Alexander Guy
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _ARM_APMVAR_H_
#define _ARM_APMVAR_H_
@@ -54,7 +54,7 @@
#define APM_BATT_LIFE_UNKNOWN 0xff
#define APM_NOEVENT 0x0000
-#define APM_STANDBY_REQ 0x0001
+#define APM_STANDBY_REQ 0x0001
#define APM_SUSPEND_REQ 0x0002
#define APM_NORMAL_RESUME 0x0003
#define APM_CRIT_RESUME 0x0004 /* suspend/resume happened
diff --git a/sys/arch/i386/include/apmvar.h b/sys/arch/i386/include/apmvar.h
index 6aa91b5d75e..0b5f4b3802c 100644
--- a/sys/arch/i386/include/apmvar.h
+++ b/sys/arch/i386/include/apmvar.h
@@ -1,9 +1,9 @@
-/* $OpenBSD: apmvar.h,v 1.21 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.22 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -26,7 +26,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _MACHINE_APMVAR_H_
#define _MACHINE_APMVAR_H_
diff --git a/sys/arch/loongson/include/apmvar.h b/sys/arch/loongson/include/apmvar.h
index 1927c716899..39c49251b4e 100644
--- a/sys/arch/loongson/include/apmvar.h
+++ b/sys/arch/loongson/include/apmvar.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: apmvar.h,v 1.5 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.6 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 2001 Alexander Guy
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _MACHINE_APMVAR_H_
#define _MACHINE_APMVAR_H_
@@ -54,7 +54,7 @@
#define APM_BATT_LIFE_UNKNOWN 0xff
#define APM_NOEVENT 0x0000
-#define APM_STANDBY_REQ 0x0001
+#define APM_STANDBY_REQ 0x0001
#define APM_SUSPEND_REQ 0x0002
#define APM_NORMAL_RESUME 0x0003
#define APM_CRIT_RESUME 0x0004 /* suspend/resume happened
diff --git a/sys/arch/macppc/include/apmvar.h b/sys/arch/macppc/include/apmvar.h
index 038b9bc4033..730cb447a6b 100644
--- a/sys/arch/macppc/include/apmvar.h
+++ b/sys/arch/macppc/include/apmvar.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: apmvar.h,v 1.9 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.10 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 2001 Alexander Guy
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _MACHINE_APMVAR_H_
#define _MACHINE_APMVAR_H_
@@ -54,7 +54,7 @@
#define APM_BATT_LIFE_UNKNOWN 0xff
#define APM_NOEVENT 0x0000
-#define APM_STANDBY_REQ 0x0001
+#define APM_STANDBY_REQ 0x0001
#define APM_SUSPEND_REQ 0x0002
#define APM_NORMAL_RESUME 0x0003
#define APM_CRIT_RESUME 0x0004 /* suspend/resume happened
diff --git a/sys/arch/sparc64/include/apmvar.h b/sys/arch/sparc64/include/apmvar.h
index 2fa6eb92326..08bd661d8ab 100644
--- a/sys/arch/sparc64/include/apmvar.h
+++ b/sys/arch/sparc64/include/apmvar.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: apmvar.h,v 1.6 2019/01/22 01:48:55 phessler Exp $ */
+/* $OpenBSD: apmvar.h,v 1.7 2019/01/22 02:36:30 phessler Exp $ */
/*
* Copyright (c) 2001 Alexander Guy
* Copyright (c) 1995 John T. Kohl
* All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -27,7 +27,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*/
#ifndef _MACHINE_APMVAR_H_
#define _MACHINE_APMVAR_H_
@@ -54,7 +54,7 @@
#define APM_BATT_LIFE_UNKNOWN 0xff
#define APM_NOEVENT 0x0000
-#define APM_STANDBY_REQ 0x0001
+#define APM_STANDBY_REQ 0x0001
#define APM_SUSPEND_REQ 0x0002
#define APM_NORMAL_RESUME 0x0003
#define APM_CRIT_RESUME 0x0004 /* suspend/resume happened