From: Tobin C. Harding Date: Thu, 13 Sep 2018 06:23:38 +0000 (+1000) Subject: serial: docs: Fix filename for serial reference implementation X-Git-Tag: v4.20-rc1~71^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1a02c216044784f9871a5066fd22de7d0414d0d;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/serial/driver b/Documentation/serial/driver index da193e092fc3d..86e47c19a9240 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 -The reference implementation is contained within amba_pl011.c. +The reference implementation is contained within amba-pl011.c.