Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/feat/feat-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
return -ENOMEM;
}

err = nvme_get_features(hdl, 0, fid, sel, cdw11, 0, buf, len, &result);
err = nvme_get_features(hdl, 0, fid, sel, cdw11, uidx, buf, len, &result);

Check failure on line 72 in plugins/feat/feat-nvme.c

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: line length of 82 exceeds 80 columns

nvme_show_init();

Expand Down
Loading