MIPS: Whitespace cleanup.
[linux-drm-fsl-dcu.git] / arch / mips / vr41xx / common / pmu.c
index 9fbf5f0d1faf3499a878ff3d529103754cbc5444..70a3f90131d82af9d67bac9ff2d8d206812dde6b 100644 (file)
@@ -74,7 +74,7 @@ static inline void software_reset(void)
                change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
                flush_cache_all();
                write_c0_wired(0);
-               __asm__("jr     %0"::"r"(0xbfc00000));
+               __asm__("jr     %0"::"r"(0xbfc00000));
                break;
        }
 }