aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/edd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/edd.c')
-rw-r--r--arch/x86/boot/edd.c4
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