diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-30 07:33:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:03 -0500 |
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) | |||
154 | */ | 154 | */ |
155 | 155 | ||
156 | if (!be_quiet) | 156 | if (!be_quiet) |
157 | printf("Probing EDD..."); | 157 | printf("Probing EDD... "); |
158 | 158 | ||
159 | for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { | 159 | for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) { |
160 | /* | 160 | /* |
@@ -174,7 +174,7 @@ void query_edd(void) | |||
174 | } | 174 | } |
175 | 175 | ||
176 | if (!be_quiet) | 176 | if (!be_quiet) |
177 | printf("OK\n"); | 177 | printf("ok\n"); |
178 | } | 178 | } |
179 | 179 | ||
180 | #endif | 180 | #endif |