Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71619
b: refs/heads/master
c: 32afbf0
h: refs/heads/master
i:
  71617: f7664bb
  71615: d27b491
v: v3
  • Loading branch information
Henrique de Moraes Holschuh authored and Len Brown committed Oct 10, 2007
1 parent a287661 commit e40ca50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2369cc9492a462285f9eec9d2bbfa730cc2ab5ac
refs/heads/master: 32afbf07aa53120c0e3fe1881b948ded99f4fc35
2 changes: 2 additions & 0 deletions trunk/drivers/misc/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ static int parse_strtoul(const char *buf,
{
char *endp;

while (*buf && isspace(*buf))
buf++;
*value = simple_strtoul(buf, &endp, 0);
while (*endp && isspace(*endp))
endp++;
Expand Down

0 comments on commit e40ca50

Please sign in to comment.