serial: 8250: rename unlock labels
authorJohan Hovold <johan@kernel.org>
Fri, 15 Oct 2021 11:14:21 +0000 (13:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Oct 2021 08:37:10 +0000 (10:37 +0200)
commitd2248ca8d6ba867fd9b2317af730ba73284d0989
treeb0d83604f7402ae1b5bbbf4b8041ff420154d97e
parent211cde4f5817dc88ef7f8f2fa286e57fbf14c8ee
serial: 8250: rename unlock labels

Rename a couple of oddly named labels that are used to unlock before
returning after what they do (rather than after the context they are
used in) to improve readability.

Tested-by: Serge Semin <fancer.lancer@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20211015111422.1027-3-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c