Skip to content

Commit ae333a9

Browse files
andy-shevgregkh
authored andcommitted
serial: mux: Fix kernel doc for mux_poll()
The validator is not happy: Warning: drivers/tty/serial/mux.c:351 expecting prototype for mux_drv_poll(). Prototype was for mux_poll() instead Update the kernel-doc accordingly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20251106113815.2302539-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1879c2e commit ae333a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/mux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ static int mux_verify_port(struct uart_port *port, struct serial_struct *ser)
343343
}
344344

345345
/**
346-
* mux_drv_poll - Mux poll function.
346+
* mux_poll - Mux poll function.
347347
* @unused: Unused variable
348348
*
349349
* This function periodically polls the Serial MUX to check for new data.

0 commit comments

Comments
 (0)