summaryrefslogtreecommitdiffstats
path: root/Documentation/input
diff options
context:
space:
mode:
authorMartin Kepplinger2017-03-12 12:54:24 +0100
committerJonathan Corbet2017-03-14 00:15:34 +0100
commit1e4390ae1015fea75b2c66abeff104fa903f6f60 (patch)
treec38d23f762f3ad5828c07e58e1ac3ca2c259aedb /Documentation/input
parentDocumentation: admin-guide: fix path to input key definitions (diff)
downloadkernel-qcow2-linux-1e4390ae1015fea75b2c66abeff104fa903f6f60.tar.gz
kernel-qcow2-linux-1e4390ae1015fea75b2c66abeff104fa903f6f60.tar.xz
kernel-qcow2-linux-1e4390ae1015fea75b2c66abeff104fa903f6f60.zip
Documentation: input: fix path to struct ff_effect's definition
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>
Diffstat (limited to 'Documentation/input')
-rw-r--r--Documentation/input/ff.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/input/ff.txt b/Documentation/input/ff.txt
index b3867bf49f8f..be742eec7aab 100644
--- a/Documentation/input/ff.txt
+++ b/Documentation/input/ff.txt
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~