Re: [PATCH 1/9] serial: doc: Un-document non-existing uart_write_console()

2016-03-19 Thread Peter Hurley
Hi Geert, On 03/14/2016 08:16 AM, Geert Uytterhoeven wrote: > uart_write_console() never existed, not even when the "new > uart_write_console function" was documented. Right. Should be uart_console_write() > Fixes: 67ab7f596b6adbae ("[SERIAL] Update serial driver documentation") > Signed-off-by:

Re: [PATCH 1/9] serial: doc: Un-document non-existing uart_write_console()

2016-03-19 Thread Geert Uytterhoeven
On Wed, Mar 16, 2016 at 5:01 PM, Peter Hurley wrote: > On 03/14/2016 08:16 AM, Geert Uytterhoeven wrote: >> uart_write_console() never existed, not even when the "new >> uart_write_console function" was documented. > > Right. Should be uart_console_write() Thx, I checked a few other possibilities

[PATCH 1/9] serial: doc: Un-document non-existing uart_write_console()

2016-03-14 Thread Geert Uytterhoeven
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 --- Documentation/serial/driver | 5 - 1 file changed, 5 deletions(-) diff --git