Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297441
b: refs/heads/master
c: de5b8e8
h: refs/heads/master
i:
  297439: b4dccef
v: v3
  • Loading branch information
NeilBrown authored and J. Bruce Fields committed Feb 17, 2012
1 parent 4b0837c commit 5d40901
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: cec56c8ff5e28f58ff13041dca7853738ae577a1
refs/heads/master: de5b8e8e047534aac6bc9803f96e7257436aef9c
2 changes: 1 addition & 1 deletion trunk/fs/lockd/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static int param_set_##name(const char *val, struct kernel_param *kp) \
__typeof__(type) num = which_strtol(val, &endp, 0); \
if (endp == val || *endp || num < (min) || num > (max)) \
return -EINVAL; \
*((int *) kp->arg) = num; \
*((type *) kp->arg) = num; \
return 0; \
}

Expand Down

0 comments on commit 5d40901

Please sign in to comment.