arm: dts: rk3288-evb-rk818: set tsadc default pinctrl to gpio
[firefly-linux-kernel-4.4.55.git] / Documentation / development-process / 4.Coding
index 83f5f5b365a3fdb5a79e0cf9106697d937994cf4..e3cb6a56653a69fa3b223ccc7ba565cec5802f8d 100644 (file)
@@ -278,7 +278,7 @@ enabled, a configurable percentage of memory allocations will be made to
 fail; these failures can be restricted to a specific range of code.
 Running with fault injection enabled allows the programmer to see how the
 code responds when things go badly.  See
-Documentation/fault-injection/fault-injection.text for more information on
+Documentation/fault-injection/fault-injection.txt for more information on
 how to use this facility.
 
 Other kinds of errors can be found with the "sparse" static analysis tool.