> nvme_scan_ns_sequential(ctrl); > + } else { > + ret = nvme_scan_ns_list(ctrl); > + // fallback to sequential scan if DNR is set to handle broken devices > + // which should support Identify NS List (as per the VS they report) > + // but don't actually support it /**/ comment style plz .. -ck