]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/cpu/traps.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / arch / blackfin / cpu / traps.c
index 20aeab81a20418cce2c00de9fdfb202b43e516b4..10f72f8246cea564ad269d305032f8299705f9ca 100644 (file)
@@ -261,7 +261,7 @@ static void decode_address(char *buf, unsigned long address)
        if (!address)
                sprintf(buf, "<0x%p> /* Maybe null pointer? */", paddr);
        else if (address >= CONFIG_SYS_MONITOR_BASE &&
-                address < CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
+                address < CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
                sprintf(buf, "<0x%p> /* somewhere in u-boot */", paddr);
        else
                sprintf(buf, "<0x%p> /* unknown address */", paddr);