Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/4xx: edac: Add comma to fix build error

Commit 4018294b53d1dae026880e45f174c1cc63b5d435 broke the ppc4xx_edac driver at
line 210 where the struct member is missing a comma.

Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>

authored by

Mike Williams and committed by
Josh Boyer
e57b708b e7fa1d13

+1 -1
+1 -1
drivers/edac/ppc4xx_edac.c
··· 205 205 .remove = ppc4xx_edac_remove, 206 206 .driver = { 207 207 .owner = THIS_MODULE, 208 - .name = PPC4XX_EDAC_MODULE_NAME 208 + .name = PPC4XX_EDAC_MODULE_NAME, 209 209 .of_match_table = ppc4xx_edac_match, 210 210 }, 211 211 };