ARM: orion5x: ts78xx whitespace cleanups
authorAlexander Clouter <alex@digriz.org.uk>
Sat, 12 May 2012 14:16:58 +0000 (15:16 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Mon, 14 May 2012 16:13:00 +0000 (18:13 +0200)
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
arch/arm/mach-orion5x/ts78xx-fpga.h
arch/arm/mach-orion5x/ts78xx-setup.c

index 151e89e1e6761abf6e218dbce404e8b87dff1278..97c393d39ae2527b2b1d4e8bbf19e54269cd97c9 100644 (file)
@@ -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 {
index c96f37472edac0db7932d466935a4ba0f3d2b28d..c41f27bd7184020063af7bbdb8db0e267693d5c6 100644 (file)
@@ -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)
 {
This page took 0.029311 seconds and 5 git commands to generate.