Skip to content

Commit

Permalink
doc: fault-injection: fix macro name in example
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Gauthier <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
laurentgauthier authored and Jonathan Corbet committed Jan 7, 2019
1 parent 2fec7b3 commit 2d87948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/fault-injection/fault-injection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ o #include <linux/fault-inject.h>

o define the fault attributes

DECLARE_FAULT_INJECTION(name);
DECLARE_FAULT_ATTR(name);

Please see the definition of struct fault_attr in fault-inject.h
for details.
Expand Down

0 comments on commit 2d87948

Please sign in to comment.