From: Chen Ni Date: Mon, 2 Feb 2026 01:36:33 +0000 (+0800) Subject: mtd: spinand: winbond: Remove unneeded semicolon X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8a217670b6e3c28afff5cdf5985190633f62e1;p=thirdparty%2Fkernel%2Flinux.git mtd: spinand: winbond: 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 Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/spi/winbond.c b/drivers/mtd/nand/spi/winbond.c index 8430ae307be0f..6dfd0dcc8ee7a 100644 --- a/drivers/mtd/nand/spi/winbond.c +++ b/drivers/mtd/nand/spi/winbond.c @@ -408,7 +408,7 @@ static int w35n0xjw_vcr_cfg(struct spinand_device *spinand, break; default: return -EOPNOTSUPP; - }; + } dummy_cycles = ((ref_op->dummy.nbytes * 8) / ref_op->dummy.buswidth) / (ref_op->dummy.dtr ? 2 : 1);