From: H. Peter Anvin Date: Wed, 30 Jan 2008 12:33:03 +0000 (+0100) Subject: x86 setup: OK -> ok (no need to scream) X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7775016c66c2f45125f22968c351c88868ee7a3;p=linux-beck.git x86 setup: OK -> ok (no need to scream) Unnecessary capitals are shouting; no need for it here. Thus, change "OK" to "ok" and add a space. Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/boot/edd.c b/arch/x86/boot/edd.c index b3504cb24de7..d3e978030c5c 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