Commit ad2c302b authored by Randy Dunlap's avatar Randy Dunlap Committed by Borislav Petkov

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: 91abaeaa ("EDAC/sifive: Add EDAC platform driver for SiFive SoCs")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211201030913.10283-1-rdunlap@infradead.org
parent d58071a8
...@@ -19,7 +19,7 @@ struct sifive_edac_priv { ...@@ -19,7 +19,7 @@ struct sifive_edac_priv {
struct edac_device_ctl_info *dci; struct edac_device_ctl_info *dci;
}; };
/** /*
* EDAC error callback * EDAC error callback
* *
* @event: non-zero if unrecoverable. * @event: non-zero if unrecoverable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment