Re: [PATCH] tty: fix tty_ldisc_receive_buf() documentation

2017-11-06 Thread Johan Hovold
On Mon, Nov 06, 2017 at 02:39:44PM +0100, Sebastian Reichel wrote: > Hi, > > On Fri, Nov 03, 2017 at 03:18:05PM +0100, Johan Hovold wrote: > > The tty_ldisc_receive_buf() helper returns the number of bytes > > processed so drop the bogus "not" from the kernel doc comment. > > > > Fixes: 8d082cd30

Re: [PATCH] tty: fix tty_ldisc_receive_buf() documentation

2017-11-06 Thread Sebastian Reichel
Hi, On Fri, Nov 03, 2017 at 03:18:05PM +0100, Johan Hovold wrote: > The tty_ldisc_receive_buf() helper returns the number of bytes > processed so drop the bogus "not" from the kernel doc comment. > > Fixes: 8d082cd300ab ("tty: Unify receive_buf() code paths") > Signed-off-by: Johan Hovold > ---

[PATCH] tty: fix tty_ldisc_receive_buf() documentation

2017-11-03 Thread Johan Hovold
The tty_ldisc_receive_buf() helper returns the number of bytes processed so drop the bogus "not" from the kernel doc comment. Fixes: 8d082cd300ab ("tty: Unify receive_buf() code paths") Signed-off-by: Johan Hovold --- drivers/tty/tty_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)