doc: fault-injection: fix macro name in example
Signed-off-by: Laurent Gauthier <laurent.gauthier@soccasys.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
2fec7b3309
commit
2d87948a19
|
@ -195,7 +195,7 @@ o #include <linux/fault-inject.h>
|
||||||
|
|
||||||
o define the fault attributes
|
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
|
Please see the definition of struct fault_attr in fault-inject.h
|
||||||
for details.
|
for details.
|
||||||
|
|
Loading…
Reference in New Issue