x86 setup: OK -> ok (no need to scream)
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jan 2008 12:33:03 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:03 +0000 (13:33 +0100)
Unnecessary capitals are shouting; no need for it here.
Thus, change "OK" to "ok" and add a space.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/edd.c

index b3504cb..d3e9780 100644 (file)
@@ -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