projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75b3ff7
)
mtd: rawnand: mpc5121: Remove unneeded semicolon
author
zhengbin
<zhengbin13@huawei.com>
Thu, 28 Nov 2019 03:14:12 +0000
(11:14 +0800)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 19:00:16 +0000
(20:00 +0100)
Fixes coccicheck warning:
drivers/mtd/nand/raw/mpc5121_nfc.c:441:2-3: Unneeded semicolon
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/mpc5121_nfc.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/mpc5121_nfc.c
b/drivers/mtd/nand/raw/mpc5121_nfc.c
index 8b90def6686fbe2b7a4388d7a3942ed52bf7d3f7..a2fcb739e5f8b57db30ec37dd5e354b27bd6484c 100644
(file)
--- 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 */