We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c785a0a commit a4c3dbcCopy full SHA for a4c3dbc
nvme-wrap.c
@@ -467,5 +467,5 @@ int nvme_cli_get_log_reachability_groups(struct nvme_dev *dev, bool rgo, bool ra
467
int nvme_cli_get_log_reachability_associations(struct nvme_dev *dev, bool rao, bool rae, __u32 len,
468
struct nvme_reachability_associations_log *log)
469
{
470
- return do_admin_op(get_log_reachability_associations, dev, len, rao, rae, log);
+ return do_admin_op(get_log_reachability_associations, dev, rao, rae, len, log);
471
}
0 commit comments