Skip to content

Commit ad2c302

Browse files
rddunlapsuryasaimadhu
authored andcommitted
EDAC/sifive: Fix non-kernel-doc comment
scripts/kernel-doc complains about a comment that begins with "/**" but is not in kernel-doc format, so correct it. Prevents this warning: drivers/edac/sifive_edac.c:23: warning: This comment starts with '/**', \ but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * EDAC error callback Fixes: 91abaea ("EDAC/sifive: Add EDAC platform driver for SiFive SoCs") Reported-by: kernel test robot <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d58071a commit ad2c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/edac/sifive_edac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct sifive_edac_priv {
1919
struct edac_device_ctl_info *dci;
2020
};
2121

22-
/**
22+
/*
2323
* EDAC error callback
2424
*
2525
* @event: non-zero if unrecoverable.

0 commit comments

Comments
 (0)