serial: doc: Re-add paragraph documenting uart_console_write()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 14 Apr 2016 09:08:08 +0000 (11:08 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 15 Apr 2016 21:59:01 +0000 (15:59 -0600)
commitd124fd3bb36ceb40438f10c897ce642386b74b72
treef4acbe26e65204ebf6daaab2d9789edb712f17fe
parent63f8e8d2a575ef62e5b705516b491a98a60517ff
serial: doc: Re-add paragraph documenting uart_console_write()

Commit 834392a7d92677ff ("serial: doc: Un-document non-existing
uart_write_console()") removed a paragraph about a helper function that
seemed to never exist.

Peter Hurley pointed out that the function does exist, but is called
differently. Re-add the paragraph, with the function name corrected.

Fixes: 834392a7d92677ff ("serial: doc: Un-document non-existing uart_write_console()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/serial/driver