Commit 615e58cc authored by Johan Hovold's avatar Johan Hovold
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
parent 5e95dbb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ static void serial_close(struct tty_struct *tty, struct file *filp)

/**
 * serial_cleanup - free resources post close/hangup
 * @port: port to free up
 * @tty: tty to clean up
 *
 * Do the resource freeing and refcount dropping for the port.
 * Avoid freeing the console.