tty: fix tty_ldisc_receive_buf() documentation
authorJohan Hovold <johan@kernel.org>
Fri, 3 Nov 2017 14:18:05 +0000 (15:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jan 2018 19:35:17 +0000 (20:35 +0100)
commitd76dabb5af066e8da87924825f725f585a41daa0
treea77f54a1863b3c80e6b43c964146e8dca7f41a4f
parent00fc57ae06c3519a5e32e39882549e4e1f6328fb
tty: fix tty_ldisc_receive_buf() documentation

commit e7e51dcf3b8a5f65c5653a054ad57eb2492a90d0 upstream.

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 <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c