Skip to content

Commit b578ba9

Browse files
committed
doc: Workaround kenrel-doc code scanner
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 <[email protected]>
1 parent aa840cc commit b578ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nvme/mi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ void nvme_mi_close(nvme_mi_ep_t ep);
363363
/**
364364
* nvme_mi_scan_mctp - look for MCTP-connected NVMe-MI endpoints.
365365
*
366-
* This function queries the system mctp daemon ("mctpd") over dbus, to find
367-
* MCTP endpoints that report support for NVMe-MI over MCTP.
366+
* Description: This function queries the system mctp daemon ("mctpd") over
367+
* dbus, to find MCTP endpoints that report support for NVMe-MI over MCTP.
368368
*
369369
* This requires libvnme-mi to be compiled with D-Bus support; if not, this
370370
* will return NULL.

0 commit comments

Comments
 (0)