diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-05-04 00:55:08 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-16 16:31:47 +0200 |
commit | 173cb655ea4bbcc5d3b7e0397cad99bfb89c8670 (patch) | |
tree | 42ec80ca8506e1f30a14d5bcf5c33fc3ef2266a8 /drivers/input | |
parent | crypto: update some Arm documentation references (diff) | |
download | linux-173cb655ea4bbcc5d3b7e0397cad99bfb89c8670.tar.xz linux-173cb655ea4bbcc5d3b7e0397cad99bfb89c8670.zip |
docs: update some straggling Documentation/arm references
The Arm documentation has moved to Documentation/arch/arm; update the
last remaining references to match.
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: Samuel Holland <samuel@sholland.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> # for pwm
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/sun4i-ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/sun4i-ts.c b/drivers/input/touchscreen/sun4i-ts.c index 577c75c83e25..bb3c6072fc82 100644 --- a/drivers/input/touchscreen/sun4i-ts.c +++ b/drivers/input/touchscreen/sun4i-ts.c @@ -22,7 +22,7 @@ * in the kernel). So this driver offers straight forward, reliable single * touch functionality only. * - * s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi.rst) + * s.a. A20 User Manual "1.15 TP" (Documentation/arch/arm/sunxi.rst) * (looks like the description in the A20 User Manual v1.3 is better * than the one in the A10 User Manual v.1.5) */ |