Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156035
b: refs/heads/master
c: 11c7da4
h: refs/heads/master
i:
  156033: 4e5e0b8
  156031: 8c219f8
v: v3
  • Loading branch information
Hidetoshi Seto authored and Linus Torvalds committed Jul 30, 2009
1 parent 50aafe6 commit 1e6ce5a
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: 933b787b57ca8bdc0fc8fb2cbf67b5e6d21beb84
refs/heads/master: 11c7da4b0ca76a57f51c996c883c480e203cf5a9
2 changes: 1 addition & 1 deletion trunk/kernel/kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ static int __init parse_crashkernel_mem(char *cmdline,
} while (*cur++ == ',');

if (*crash_size > 0) {
while (*cur != ' ' && *cur != '@')
while (*cur && *cur != ' ' && *cur != '@')
cur++;
if (*cur == '@') {
cur++;
Expand Down

0 comments on commit 1e6ce5a

Please sign in to comment.