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 <lkp@intel.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20211201030913.10283-1-rdunlap@infradead.org
1 parent d58071a commit ad2c302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)