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

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: 91abaeaaff35 ("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

authored by

Randy Dunlap and committed by
Borislav Petkov
ad2c302b d58071a8

+1 -1
+1 -1
drivers/edac/sifive_edac.c
··· 19 19 struct edac_device_ctl_info *dci; 20 20 }; 21 21 22 - /** 22 + /* 23 23 * EDAC error callback 24 24 * 25 25 * @event: non-zero if unrecoverable.