diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-30 13:33:03 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:03 +0100 |
commit | f7775016c66c2f45125f22968c351c88868ee7a3 (patch) | |
tree | 8cefb6fec4b68ef845f8cf1f859c1c7b5d51d4e6 /arch/x86/boot | |
parent | e479c8306f898fcdb9b36179071eae6338a17364 (diff) |
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 <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/edd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |