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:31:17 +0000 (20:31 +0100)
commit3ade66602bb7ea348ed8cbafcdd56eb1826c2177
treea83163d34604edb77b0e22ec5dbe1a11960298ee
parentaaa5a91ff744f91fb1d1c91853aa0c8f126be563
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