Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270278
b: refs/heads/master
c: 6cba00e
h: refs/heads/master
v: v3
  • Loading branch information
Per Forlin authored and Chris Ball committed Oct 26, 2011
1 parent 549d898 commit 6ef9a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 95a2482a9baaf55a3403d2e76f2abd7c0a32298c
refs/heads/master: 6cba00eaa95c1ace1fb511f534b233ae302ccb2e
3 changes: 2 additions & 1 deletion trunk/lib/fault-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* setup_fault_attr() is a helper function for various __setup handlers, so it
* returns 0 on error, because that is what __setup handlers do.
*/
int __init setup_fault_attr(struct fault_attr *attr, char *str)
int setup_fault_attr(struct fault_attr *attr, char *str)
{
unsigned long probability;
unsigned long interval;
Expand All @@ -36,6 +36,7 @@ int __init setup_fault_attr(struct fault_attr *attr, char *str)

return 1;
}
EXPORT_SYMBOL_GPL(setup_fault_attr);

static void fail_dump(struct fault_attr *attr)
{
Expand Down

0 comments on commit 6ef9a7b

Please sign in to comment.