Commit 2d87948a authored by Laurent Gauthier's avatar Laurent Gauthier Committed by Jonathan Corbet
Browse files

doc: fault-injection: fix macro name in example

parent 2fec7b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.