We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789fe75 commit 7e26cf9Copy full SHA for 7e26cf9
1 file changed
src/nvme/tree.h
@@ -1404,7 +1404,7 @@ const char *nvme_subsystem_get_fw_rev(nvme_subsystem_t s);
1404
* Scans the NVMe topology and filters out the resulting elements
1405
* by applying @f.
1406
*
1407
- * Return: Number of elements scanned
+ * Returns: 0 on success, -1 on failure with errno set.
1408
*/
1409
int nvme_scan_topology(nvme_root_t r, nvme_scan_filter_t f, void *f_args);
1410
0 commit comments