]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
serial: docs: Fix filename for serial reference implementation
authorTobin C. Harding <me@tobin.cc>
Thu, 13 Sep 2018 06:23:38 +0000 (16:23 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 13:12:35 +0000 (15:12 +0200)
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>
Documentation/serial/driver

index da193e092fc3d5314164cf0dc0aae075addcd0d8..86e47c19a9240524e9f06bc4e135824ac43e5f0e 100644 (file)
@@ -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.