summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-09-12 03:16:59 +0000
committerdlg <dlg@openbsd.org>2013-09-12 03:16:59 +0000
commitc6f9ba3fef8012150d210b4072235a7bd0cd0ee2 (patch)
treed633d6261a00be8d315d3498b5505e45f8f8d1c3
parentuse the amount of memory that was mapped to set the length of the packet (diff)
downloadwireguard-openbsd-c6f9ba3fef8012150d210b4072235a7bd0cd0ee2.tar.xz
wireguard-openbsd-c6f9ba3fef8012150d210b4072235a7bd0cd0ee2.zip
whitespace tweaks
-rw-r--r--sys/arch/armv7/omap/if_cpswreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/armv7/omap/if_cpswreg.h b/sys/arch/armv7/omap/if_cpswreg.h
index 67750389b67..f60fdbaf39c 100644
--- a/sys/arch/armv7/omap/if_cpswreg.h
+++ b/sys/arch/armv7/omap/if_cpswreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cpswreg.h,v 1.2 2013/09/12 00:19:11 dlg Exp $ */
+/* $OpenBSD: if_cpswreg.h,v 1.3 2013/09/12 03:16:59 dlg Exp $ */
/*-
* Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org>
@@ -126,11 +126,11 @@
struct cpsw_cpdma_bd {
uint32_t word[4];
-};
+};
/* Interrupt offsets */
#define CPSW_INTROFF_RXTH 0
-#define CPSW_INTROFF_RX 1
+#define CPSW_INTROFF_RX 1
#define CPSW_INTROFF_TX 2
#define CPSW_INTROFF_MISC 3