commit | d76dabb5af066e8da87924825f725f585a41daa0 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Fri Nov 03 15:18:05 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 02 20:35:17 2018 +0100 |
tree | a77f54a1863b3c80e6b43c964146e8dca7f41a4f | |
parent | 00fc57ae06c3519a5e32e39882549e4e1f6328fb [diff] |
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>