1
0
Fork 0

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>
hifive-unleashed-5.1
Laurent Gauthier 2019-01-05 00:08:34 +01:00 committed by Jonathan Corbet
parent 2fec7b3309
commit 2d87948a19
1 changed files with 1 additions and 1 deletions

View File

@ -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.