summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-bf537/include/mach/portmux.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-05 08:40:41 +0000
committerMike Frysinger <vapier@gentoo.org>2010-08-06 12:55:51 -0400
commit812ae98f0849fbceb32c6d21bcdda42b40264c82 (patch)
treece8ae222c26275010faa61afeae6575f441d2fab /arch/blackfin/mach-bf537/include/mach/portmux.h
parenteb9649095f4e81a6535c10377da3d5f48b9ad822 (diff)
Blackfin: gpio/portmux: clean up whitespace corruption
Random tabs instead of spaces, mixes of the two, and unicode spaces instead of ascii spaces. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/include/mach/portmux.h')
-rw-r--r--arch/blackfin/mach-bf537/include/mach/portmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/portmux.h b/arch/blackfin/mach-bf537/include/mach/portmux.h
index 355e127bb8fa..71d9eaeb579e 100644
--- a/arch/blackfin/mach-bf537/include/mach/portmux.h
+++ b/arch/blackfin/mach-bf537/include/mach/portmux.h
@@ -7,7 +7,7 @@
#ifndef _MACH_PORTMUX_H_
#define _MACH_PORTMUX_H_
-#define MAX_RESOURCES (MAX_BLACKFIN_GPIOS + GPIO_BANKSIZE) /* We additionally handle PORTJ */
+#define MAX_RESOURCES (MAX_BLACKFIN_GPIOS + GPIO_BANKSIZE) /* We additionally handle PORTJ */
#define P_UART0_TX (P_DEFINED | P_IDENT(GPIO_PF0) | P_FUNCT(0))
#define P_UART0_RX (P_DEFINED | P_IDENT(GPIO_PF1) | P_FUNCT(0))
@@ -136,7 +136,6 @@
P_MDC, \
P_MDIO, 0}
-
#define P_RMII0 {\
P_MII0_ETxD0, \
P_MII0_ETxD1, \
@@ -149,4 +148,5 @@
P_RMII0_CRS_DV, \
P_MDC, \
P_MDIO, 0}
-#endif /* _MACH_PORTMUX_H_ */
+
+#endif /* _MACH_PORTMUX_H_ */