Commit 34e5269b authored by Wan Jiabing's avatar Wan Jiabing Committed by Geert Uytterhoeven

m68k: sun3x: Remove unneeded semicolon

Fix the following coccicheck warning:

./arch/m68k/include/asm/sun3xflop.h:109:2-3: Unneeded semicolon
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210415031450.23379-1-wanjiabing@vivo.comSigned-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent f829b4b2
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment