projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bfd11
)
mtd: rawnand: marvell: convert comma to semicolon
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Fri, 8 Jan 2021 09:23:14 +0000
(17:23 +0800)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 1 Feb 2021 17:59:19 +0000
(18:59 +0100)
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lore.kernel.org/linux-mtd/20210108092314.18972-1-zhengyongjun3@huawei.com
drivers/mtd/nand/raw/marvell_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/marvell_nand.c
b/drivers/mtd/nand/raw/marvell_nand.c
index 42d4881d598df5f040c1d7ede810272c7cf70285..79da6b02e209580f350f503728387d3d033b74ae 100644
(file)
--- a/
drivers/mtd/nand/raw/marvell_nand.c
+++ b/
drivers/mtd/nand/raw/marvell_nand.c
@@
-2396,7
+2396,7
@@
static int marvell_nfc_setup_interface(struct nand_chip *chip, int chipnr,
* be greater than that to be sure tCCS delay is respected.
*/
nfc_tmg.tWHR = TO_CYCLES(max_t(int, sdr->tWHR_min, sdr->tCCS_min),
- period_ns) - 2
,
+ period_ns) - 2
;
nfc_tmg.tRHW = TO_CYCLES(max_t(int, sdr->tRHW_min, sdr->tCCS_min),
period_ns);