summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-15 11:14:50 +0800
committerGeert Uytterhoeven <geert@linux-m68k.org>2021-04-19 12:11:55 +0200
commit34e5269bf987aff9a33ad3ab4f5d65c02913cbc1 (patch)
treedd355901b2697c0cc817995f266c5eb70f68fcac /arch/m68k/include/asm
parentf829b4b212a315b912cb23fd10aaf30534bb5ce9 (diff)
m68k: sun3x: Remove unneeded semicolon
Fix the following coccicheck warning: ./arch/m68k/include/asm/sun3xflop.h:109:2-3: Unneeded semicolon Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Link: https://lore.kernel.org/r/20210415031450.23379-1-wanjiabing@vivo.com Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm')
-rw-r--r--arch/m68k/include/asm/sun3xflop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/sun3xflop.h b/arch/m68k/include/asm/sun3xflop.h
index 93f2a8431c0e..bce8aabb5380 100644
--- a/arch/m68k/include/asm/sun3xflop.h
+++ b/arch/m68k/include/asm/sun3xflop.h
@@ -106,7 +106,7 @@ static void sun3x_82072_fd_outb(unsigned char value, int port)
case 4: /* FD_STATUS */
*(sun3x_fdc.status_r) = value;
break;
- };
+ }
return;
}