Commit cad3fe56 authored by Bo Liu's avatar Bo Liu Committed by Corey Minyard

ipmi: Fix some kernel-doc warnings

The current code provokes some kernel-doc warnings:
	drivers/char/ipmi/ipmi_msghandler.c:618: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Message-Id: <20221025060436.4372-1-liubo03@inspur.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 6dbd4341
......@@ -614,7 +614,7 @@ static int __ipmi_bmc_register(struct ipmi_smi *intf,
static int __scan_channels(struct ipmi_smi *intf, struct ipmi_device_id *id);
/**
/*
* The driver model view of the IPMI messaging driver.
*/
static struct platform_driver ipmidriver = {
......
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