aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhengbin <[email protected]>2019-11-28 11:14:12 +0800
committerMiquel Raynal <[email protected]>2020-01-21 20:00:16 +0100
commit73b265ae7bdbb5f4ce13b2afc53afa7c14cd0980 (patch)
tree6d06613d7b767d37e1f0fefd720929ff494cd9d3
parent75b3ff79c5656d75b18501c56610f79596dd1441 (diff)
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 <[email protected]> Signed-off-by: zhengbin <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
-rw-r--r--drivers/mtd/nand/raw/mpc5121_nfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/mpc5121_nfc.c b/drivers/mtd/nand/raw/mpc5121_nfc.c
index 8b90def6686f..a2fcb739e5f8 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 */