From: Chen Ni Date: Mon, 7 Apr 2025 04:07:12 +0000 (+0800) Subject: serial: tegra-utc: Remove unneeded semicolon X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9d64c6ae2d6f9284a8475d02291580457be7bc28;p=users%2Fjedix%2Flinux-maple.git serial: tegra-utc: Remove unneeded semicolon Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni Link: https://lore.kernel.org/r/20250407040712.2577607-1-nichen@iscas.ac.cn Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/tegra-utc.c b/drivers/tty/serial/tegra-utc.c index 39b14fe813c94..0c70d3e7b9b94 100644 --- a/drivers/tty/serial/tegra-utc.c +++ b/drivers/tty/serial/tegra-utc.c @@ -434,7 +434,7 @@ static void tegra_utc_console_write_atomic(struct console *cons, struct nbcon_wr outbuf += burst_size; len -= burst_size; - }; + } nbcon_exit_unsafe(wctxt); }