The kernel-doc scanner trips over a void function. It will complain
with 'contents before sections'. To help out, explicitly move the
state machine into the next state which avoids the warning.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
/**
* nvme_mi_scan_mctp - look for MCTP-connected NVMe-MI endpoints.
*
- * This function queries the system mctp daemon ("mctpd") over dbus, to find
- * MCTP endpoints that report support for NVMe-MI over MCTP.
+ * Description: This function queries the system mctp daemon ("mctpd") over
+ * dbus, to find MCTP endpoints that report support for NVMe-MI over MCTP.
*
* This requires libvnme-mi to be compiled with D-Bus support; if not, this
* will return NULL.