diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2020-12-16 21:18:46 +0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-12-30 09:09:11 +0100 |
commit | e0e0427412d0f374461a5294efc161e00df4be53 (patch) | |
tree | b2d061d2bc6db6dca6bb3ae4de6f4a94e77ff1c9 /drivers/edac/ppc4xx_edac.c | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
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
Diffstat (limited to 'drivers/edac/ppc4xx_edac.c')
-rw-r--r-- | drivers/edac/ppc4xx_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/ppc4xx_edac.c b/drivers/edac/ppc4xx_edac.c index 677095769182..6793f6d799e7 100644 --- a/drivers/edac/ppc4xx_edac.c +++ b/drivers/edac/ppc4xx_edac.c @@ -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 */ |