]> git.sur5r.net Git - u-boot/blobdiff - arch/nios2/cpu/epcs.c
Coding Style cleanup: replace leading SPACEs by TABs
[u-boot] / arch / nios2 / cpu / epcs.c
index c83f5eec4ee039b1b9ba6238546554d262631bab..9758552447babf08023e5f584033271b17031a4f 100644 (file)
@@ -475,7 +475,7 @@ void do_epcs_info (struct epcs_devinfo_t *dev, int argc, char * const argv[])
        printf ("status: 0x%02x (WIP:%d, WEL:%d, PROT:%s)\n",
                stat,
                (stat & EPCS_STATUS_WIP) ? 1 : 0,
-               (stat & EPCS_STATUS_WEL) ? 1 : 0,
+               (stat & EPCS_STATUS_WEL) ? 1 : 0,
                (stat & dev->prot_mask) ? "on" : "off" );
 
        /* Configuration  */