projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e479c83
)
x86 setup: OK -> ok (no need to scream)
author
H. Peter Anvin
<
[email protected]
>
Wed, 30 Jan 2008 12:33:03 +0000
(13:33 +0100)
committer
Ingo Molnar
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/boot/edd.c
patch
|
blob
|
history
diff --git
a/arch/x86/boot/edd.c
b/arch/x86/boot/edd.c
index b3504cb24de72133bc364a9f46bf69d008f6d989..d3e978030c5c6d3a0bbaadca609869f4b895d141 100644
(file)
--- 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