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>
This commit is contained in:
Martin Kepplinger 2017-03-12 12:54:24 +01:00 committed by Jonathan Corbet
parent 30e010f64a
commit 1e4390ae10
1 changed files with 3 additions and 3 deletions

View 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~