[atheros] nuke trailing whitespaces
[openwrt.git] / target / linux / atheros / files / include / asm-mips / mach-atheros / ar531x.h
index c77d74e..dccf541 100644 (file)
@@ -30,11 +30,11 @@ static inline int clz(unsigned long val)
                : "=r" (ret)
                : "r" (val)
        );
-       
+
        return ret;
 }
 
-/*                                                                             
+/*
  * Atheros CPUs before the AR2315 are using MIPS 4Kc core, later designs are
  * using MIPS 4KEc R2 core. This makes it easy to determine the board at runtime.
  */
@@ -157,7 +157,7 @@ extern void ar5315_pci_irq(int irq);
 static inline u32 sysRegMask(u32 phys, u32 mask, u32 value)
 {
        u32 reg;
-       
+
        reg = sysRegRead(phys);
        reg &= ~mask;
        reg |= value & mask;
This page took 0.028319 seconds and 4 git commands to generate.