From: zhengbin Date: Thu, 28 Nov 2019 03:14:12 +0000 (+0800) Subject: mtd: rawnand: mpc5121: Remove unneeded semicolon X-Git-Tag: v5.10.7~3340^2^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73b265ae7bdbb5f4ce13b2afc53afa7c14cd0980;p=platform%2Fkernel%2Flinux-rpi.git mtd: rawnand: mpc5121: Remove unneeded semicolon Fixes coccicheck warning: drivers/mtd/nand/raw/mpc5121_nfc.c:441:2-3: Unneeded semicolon Reported-by: Hulk Robot Signed-off-by: zhengbin Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/mpc5121_nfc.c b/drivers/mtd/nand/raw/mpc5121_nfc.c index 8b90def..a2fcb73 100644 --- a/drivers/mtd/nand/raw/mpc5121_nfc.c +++ b/drivers/mtd/nand/raw/mpc5121_nfc.c @@ -438,7 +438,7 @@ static void mpc5121_nfc_copy_spare(struct mtd_info *mtd, uint offset, buffer += blksize; offset += blksize; size -= blksize; - }; + } } /* Copy data from/to NFC main and spare buffers */