Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / staging / keucr / smilsub.c
index 44ced82650392c60a26f624c2f67122a426ed959..e981f14f3bf95f20eaf5df317db534da2070ba16 100644 (file)
@@ -133,6 +133,7 @@ void Set_D_LogBlockAddr(u8 *redundant)
 void Set_D_FailBlock(u8 *redundant)
 {
        char i;
+
        for (i = 0; i < REDTSIZE; i++)
                *redundant++ = (u8)((i == REDT_BLOCK) ? 0xF0 : 0xFF);
 }
This page took 0.04956 seconds and 5 git commands to generate.