diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-09-13 16:23:38 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-20 15:12:35 +0200 |
commit | c1a02c216044784f9871a5066fd22de7d0414d0d (patch) | |
tree | 56a2559e59a2f9f462457d42ba0887c21c1d7f7f /Documentation | |
parent | ae1cca3fa3478be92948dbbcd722390272032ade (diff) |
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')
-rw-r--r-- | Documentation/serial/driver | 2 |
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. |