Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80247
b: refs/heads/master
c: f777501
h: refs/heads/master
i:
  80245: 9172a50
  80243: 3a7c1e0
  80239: 26103ef
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 9ce7fa8 commit 518336c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e479c8306f898fcdb9b36179071eae6338a17364
refs/heads/master: f7775016c66c2f45125f22968c351c88868ee7a3
4 changes: 2 additions & 2 deletions trunk/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 518336c

Please sign in to comment.