]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4dc13b47a4993a08134b6ad4f3263d8b8656eb4
treeb0d83604f7402ae1b5bbbf4b8041ff420154d97e
parent1afe13f19a299e741da01ec325d7454c423c67ce
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