Browse Source

ARM: orion5x: ts78xx whitespace cleanups

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Alexander Clouter 13 years ago
parent
commit
9f234997da
2 changed files with 4 additions and 4 deletions
  1. 3 3
      arch/arm/mach-orion5x/ts78xx-fpga.h
  2. 1 1
      arch/arm/mach-orion5x/ts78xx-setup.c

+ 3 - 3
arch/arm/mach-orion5x/ts78xx-fpga.h

@@ -28,9 +28,9 @@ struct fpga_device {
 
 struct fpga_devices {
 	/* Technologic Systems */
-	struct fpga_device 	ts_rtc;
-	struct fpga_device 	ts_nand;
-	struct fpga_device 	ts_rng;
+	struct fpga_device	ts_rtc;
+	struct fpga_device	ts_nand;
+	struct fpga_device	ts_rng;
 };
 
 struct ts78xx_fpga_data {

+ 1 - 1
arch/arm/mach-orion5x/ts78xx-setup.c

@@ -115,7 +115,7 @@ static struct platform_device ts78xx_ts_rtc_device = {
  * I've used the method TS use in their rtc7800.c example for the detection
  *
  * TODO: track down a guinea pig without an RTC to see if we can work out a
- * 		better RTC detection routine
+ *		better RTC detection routine
  */
 static int ts78xx_ts_rtc_load(void)
 {