Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 812ae98f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent eb964909
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
/*
 * Common header file for Blackfin family of processors
 *
 * Copyright 2007-2008 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 * Copyright 2007-2008 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef _PORTMUX_H_
+3 −3
Original line number Diff line number Diff line
@@ -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_ */
+16 −16

File changed.

Contains only whitespace changes.

+53 −53

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+48 −48

File changed.

Contains only whitespace changes.

+41 −41

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+54 −54

File changed.

Contains only whitespace changes.

+48 −48

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+48 −48

File changed.

Contains only whitespace changes.

Loading