Skip to content

Commit

Permalink
fix clang-format warning
Browse files Browse the repository at this point in the history
Features: control
Required-githooks: true

Signed-off-by: Tom Nabarro <[email protected]>
  • Loading branch information
tanabarr committed Dec 14, 2023
1 parent 9fc2cd8 commit 46a1b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgmt/srv_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ ds_mgmt_smd_list_devs(Ctl__SmdDevResp *resp)

resp->devices[i]->ctrlr->namespaces[0]->id = dev_info->bdi_ctrlr->nss->id;
resp->devices[i]->ctrlr->namespaces[0]->size = dev_info->bdi_ctrlr->nss->size;
resp->devices[i]->ctrlr_namespace_id = dev_info->bdi_ctrlr->nss->id;
resp->devices[i]->ctrlr_namespace_id = dev_info->bdi_ctrlr->nss->id;

D_DEBUG(DB_MGMT, "ns id/size: '%d' '%ld'\n",
resp->devices[i]->ctrlr->namespaces[0]->id,
Expand Down

0 comments on commit 46a1b63

Please sign in to comment.