On 2023-09-26, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > Fix the function name to avoid a kernel-doc warning: > > include/linux/serial_core.h:666: warning: expecting prototype for uart_port_lock_irqrestore(). Prototype was for uart_port_unlock_irqrestore() instead > > Fixes: b0af4bcb4946 ("serial: core: Provide port lock wrappers") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: John Ogness <john.ogness@xxxxxxxxxxxxx> > Cc: linux-serial@xxxxxxxxxxxxxxx > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Jiri Slaby <jirislaby@xxxxxxxxxx> Thanks for catching and fixing this. Reviewed-by: John Ogness <john.ogness@xxxxxxxxxxxxx>