diff --git a/arch/x86/boot/edd.c b/arch/x86/boot/edd.c index b3504cb24de..d3e978030c5 100644 --- a/arch/x86/boot/edd.c +++ b/arch/x86/boot/edd.c @@ -154,7 +154,7 @@ void query_edd(void) */ if (!be_quiet) - printf("Probing EDD..."); + printf("Probing EDD... "); for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { /* @@ -174,7 +174,7 @@ void query_edd(void) } if (!be_quiet) - printf("OK\n"); + printf("ok\n"); } #endif