Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/usb/serial/usb-serial.c
··· 288 288 289 289 /** 290 290 * serial_cleanup - free resources post close/hangup 291 - * @port: port to free up 291 + * @tty: tty to clean up 292 292 * 293 293 * Do the resource freeing and refcount dropping for the port. 294 294 * Avoid freeing the console.