serial: tegra-utc: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Mon, 7 Apr 2025 04:07:12 +0000 (12:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:52:21 +0000 (16:52 +0200)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20250407040712.2577607-1-nichen@iscas.ac.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/tegra-utc.c

index 39b14fe813c94e5a6afe93fdd8d5e4834ec3758a..0c70d3e7b9b94d0222eede9bbc0e0f9c2b3411f0 100644 (file)
@@ -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);
 }