forked from Minki/linux
EDAC/ppc4xx: Convert comma to semicolon
Replace a comma between expression statements with a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20201216131846.14937-1-zhengyongjun3@huawei.com
This commit is contained in:
parent
5c8fe583cc
commit
e0e0427412
@ -1058,7 +1058,7 @@ static int ppc4xx_edac_mc_init(struct mem_ctl_info *mci,
|
||||
/* Initialize strings */
|
||||
|
||||
mci->mod_name = PPC4XX_EDAC_MODULE_NAME;
|
||||
mci->ctl_name = ppc4xx_edac_match->compatible,
|
||||
mci->ctl_name = ppc4xx_edac_match->compatible;
|
||||
mci->dev_name = np->full_name;
|
||||
|
||||
/* Initialize callbacks */
|
||||
|
Loading…
Reference in New Issue
Block a user