mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 18:40:25 -04:00
tty: serial: samsung: move open brace '{' on the next line
Move open brace '{' following function definition on the next line.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240119104526.1221243-11-tudor.ambarus@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b1617c7888
commit
048dc68709
@@ -1739,7 +1739,8 @@ static struct uart_driver s3c24xx_uart_drv = {
|
||||
|
||||
static struct s3c24xx_uart_port s3c24xx_serial_ports[UART_NR];
|
||||
|
||||
static void s3c24xx_serial_init_port_default(int index) {
|
||||
static void s3c24xx_serial_init_port_default(int index)
|
||||
{
|
||||
struct uart_port *port = &s3c24xx_serial_ports[index].port;
|
||||
|
||||
spin_lock_init(&port->lock);
|
||||
|
||||
Reference in New Issue
Block a user