[atheros] nuke trailing whitespaces
[openwrt/svn-archive/archive.git] / target / linux / atheros / files / include / asm-mips / mach-atheros / ar531x.h
index c77d74ec9f9f9d0b4205c1e33a20c00ceb85e394..dccf54155079c9c8ea1287d38a155e95467a6ef6 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;