m68k: muldi3: Use semicolon instead of comma
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 14 Sep 2021 07:31:55 +0000 (09:31 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 24 Sep 2021 11:35:23 +0000 (13:35 +0200)
commit6621cb4a2d0a40c54adf378bf2a17a50f91cc831
tree76e39e0dd808e7942d780538d1226da7e0646e22
parent9fde0348640252c79d462c4d29a09a14e8741f5c
m68k: muldi3: Use semicolon instead of comma

This code works, but it is cleaner to use a semicolon at the end of a
statement instead of a comma.

Extracted from a big anonymous patch by Julia Lawall
<julia.lawall@inria.fr>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20210914073155.3883532-1-geert@linux-m68k.org
arch/m68k/lib/muldi3.c