From: Geert Uytterhoeven Date: Mon, 14 Mar 2016 15:16:09 +0000 (+0100) Subject: serial: doc: Un-document non-existing uart_write_console() X-Git-Tag: v3.16.37~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5b2f304a7e8841b2254eb17a065d05df58e0dfe;p=thirdparty%2Fkernel%2Fstable.git serial: doc: Un-document non-existing uart_write_console() commit 834392a7d92677ff2bdc1c709b1171ee585b55c9 upstream. uart_write_console() never existed, not even when the "new uart_write_console function" was documented. Fixes: 67ab7f596b6adbae ("[SERIAL] Update serial driver documentation") Signed-off-by: Geert Uytterhoeven Signed-off-by: Jonathan Corbet Signed-off-by: Ben Hutchings --- diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 3bba1aeb799c3..cd809c70ca8a4 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -28,11 +28,6 @@ The serial core provides a few helper functions. This includes identifing the correct port structure (via uart_get_console) and decoding command line arguments (uart_parse_options). -There is also a helper function (uart_write_console) which performs a -character by character write, translating newlines to CRLF sequences. -Driver writers are recommended to use this function rather than implementing -their own version. - Locking -------