From: Tudor Ambarus Date: Fri, 19 Jan 2024 10:45:17 +0000 (+0000) Subject: tty: serial: samsung: move open brace '{' on the next line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=048dc68709a0c7ed80f327d4b7ff5af7461107e3;p=linux.git tty: serial: samsung: move open brace '{' on the next line Move open brace '{' following function definition on the next line. Reviewed-by: Sam Protsenko Signed-off-by: Tudor Ambarus Link: https://lore.kernel.org/r/20240119104526.1221243-11-tudor.ambarus@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c index 303b67498c65e..b6d34c9f46eac 100644 --- a/drivers/tty/serial/samsung_tty.c +++ b/drivers/tty/serial/samsung_tty.c @@ -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);