aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/serial
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2018-09-13 16:23:38 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-20 15:12:35 +0200
commitc1a02c216044784f9871a5066fd22de7d0414d0d (patch)
tree56a2559e59a2f9f462457d42ba0887c21c1d7f7f /Documentation/serial
parentserial: uartps: Change uart ID port allocation (diff)
downloadlinux-dev-c1a02c216044784f9871a5066fd22de7d0414d0d.tar.xz
linux-dev-c1a02c216044784f9871a5066fd22de7d0414d0d.zip
serial: docs: Fix filename for serial reference implementation
Currently documentation mentions a file but the filename has a typo in it, underscore instead of hyphen. This makes grep'ing for the file hard. Use correct filename for file amba-pl011.c Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/serial')
-rw-r--r--Documentation/serial/driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver
index da193e092fc3..86e47c19a924 100644
--- a/Documentation/serial/driver
+++ b/Documentation/serial/driver
@@ -7,7 +7,7 @@ This document is meant as a brief overview of some aspects of the new serial
driver. It is not complete, any questions you have should be directed to
<rmk@arm.linux.org.uk>
-The reference implementation is contained within amba_pl011.c.
+The reference implementation is contained within amba-pl011.c.