Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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

authored by

Zheng Yongjun and committed by
Borislav Petkov
e0e04274 5c8fe583

+1 -1
+1 -1
drivers/edac/ppc4xx_edac.c
··· 1058 1058 /* Initialize strings */ 1059 1059 1060 1060 mci->mod_name = PPC4XX_EDAC_MODULE_NAME; 1061 - mci->ctl_name = ppc4xx_edac_match->compatible, 1061 + mci->ctl_name = ppc4xx_edac_match->compatible; 1062 1062 mci->dev_name = np->full_name; 1063 1063 1064 1064 /* Initialize callbacks */