mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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>
This commit is contained in:
parent
eb9649095f
commit
812ae98f08
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Common header file for Blackfin family of processors
|
* Common header file for Blackfin family of processors
|
||||||
*
|
*
|
||||||
* Copyright 2007-2008 Analog Devices Inc.
|
* Copyright 2007-2008 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Licensed under the GPL-2 or later.
|
* Licensed under the GPL-2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _PORTMUX_H_
|
#ifndef _PORTMUX_H_
|
||||||
|
@ -136,7 +136,6 @@
|
|||||||
P_MDC, \
|
P_MDC, \
|
||||||
P_MDIO, 0}
|
P_MDIO, 0}
|
||||||
|
|
||||||
|
|
||||||
#define P_RMII0 {\
|
#define P_RMII0 {\
|
||||||
P_MII0_ETxD0, \
|
P_MII0_ETxD0, \
|
||||||
P_MII0_ETxD1, \
|
P_MII0_ETxD1, \
|
||||||
@ -149,4 +148,5 @@
|
|||||||
P_RMII0_CRS_DV, \
|
P_RMII0_CRS_DV, \
|
||||||
P_MDC, \
|
P_MDC, \
|
||||||
P_MDIO, 0}
|
P_MDIO, 0}
|
||||||
|
|
||||||
#endif /* _MACH_PORTMUX_H_ */
|
#endif /* _MACH_PORTMUX_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user