Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27112
b: refs/heads/master
c: f218312
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 5, 2006
1 parent 6e8b1f6 commit 75732fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5cb38bc47bf370570fce81f89e05e5250169060f
refs/heads/master: f218312582350900443125137e6c5fc484dc1de1
2 changes: 1 addition & 1 deletion trunk/arch/um/os-Linux/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static __init void do_uml_initcalls(void)
initcall_t *call;

call = &__uml_initcall_start;
while (call < &__uml_initcall_end){;
while (call < &__uml_initcall_end){
(*call)();
call++;
}
Expand Down

0 comments on commit 75732fd

Please sign in to comment.