EDAC/ppc4xx: Convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Wed, 16 Dec 2020 13:18:46 +0000 (21:18 +0800)
committerBorislav Petkov <bp@suse.de>
Wed, 30 Dec 2020 08:09:11 +0000 (09:09 +0100)
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
drivers/edac/ppc4xx_edac.c

index 6770957..6793f6d 100644 (file)
@@ -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 */