Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42901
b: refs/heads/master
c: bd9b0ba
h: refs/heads/master
i:
  42899: 2e70684
v: v3
  • Loading branch information
BP, Praveen authored and Linus Torvalds committed Dec 7, 2006
1 parent 7fce64a commit c024fca
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: 36499dc2bc8025bc931a0fb22bbe0ac0e46ffb14
refs/heads/master: bd9b0bac6f601655044fc35978e26231dffee03e
4 changes: 2 additions & 2 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ static int __do_proc_dointvec(void *tbl_data, ctl_table *table,
p = buf;
if (*p == '-' && left > 1) {
neg = 1;
left--, p++;
p++;
}
if (*p < '0' || *p > '9')
break;
Expand Down Expand Up @@ -2126,7 +2126,7 @@ static int __do_proc_doulongvec_minmax(void *data, ctl_table *table, int write,
p = buf;
if (*p == '-' && left > 1) {
neg = 1;
left--, p++;
p++;
}
if (*p < '0' || *p > '9')
break;
Expand Down

0 comments on commit c024fca

Please sign in to comment.