USB: serial: fix tty cleanup-op kernel-doc
authorJohan Hovold <johan@kernel.org>
Tue, 25 Feb 2020 10:24:21 +0000 (11:24 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 11 Mar 2020 08:39:01 +0000 (09:39 +0100)
commit615e58ccfbc05a64dddd16db5277fc2b49ed643a
tree98d24c89b33cab174f2ac4aa4e6a0149b11c07d8
parent5e95dbb62171399196a6c93426a4f355463bfbfc
USB: serial: fix tty cleanup-op kernel-doc

The tty cleanup operation is called with a struct tty as its sole
parameter.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/usb-serial.c