OSDN Git Service

Documentation: input: fix path to struct ff_effect's definition
authorMartin Kepplinger <martink@posteo.de>
Sun, 12 Mar 2017 11:54:24 +0000 (12:54 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 13 Mar 2017 23:15:34 +0000 (17:15 -0600)
The UAPI header split failed to update the documentation here; fix things
accordingly.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/input/ff.txt

index b3867bf..be742ee 100644 (file)
@@ -106,9 +106,9 @@ allocate a new effect.
 
 Effects are file descriptor specific.
 
-See <linux/input.h> for a description of the ff_effect struct. You should also
-find help in a few sketches, contained in files shape.fig and interactive.fig.
-You need xfig to visualize these files.
+See <uapi/linux/input.h> for a description of the ff_effect struct. You should
+also find help in a few sketches, contained in files shape.fig and
+interactive.fig. You need xfig to visualize these files.
 
 3.3 Removing an effect from the device
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~