Skip to content

Commit

Permalink
x86 setup: OK -> ok (no need to scream)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent e479c83 commit f777501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/boot/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
/*
Expand All @@ -174,7 +174,7 @@ void query_edd(void)
}

if (!be_quiet)
printf("OK\n");
printf("ok\n");
}

#endif

0 comments on commit f777501

Please sign in to comment.