nvmf/vfio-user: correct log message

Use standard "sqid" naming for a log message.

Signed-off-by: John Levon <john.levon@nutanix.com>
Change-Id: Icca8415cd17272ca7bd82667721c4131dd1df7f1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15828
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
John Levon 2022-12-08 22:06:48 +00:00 committed by Tomasz Zawadzki
parent 0db7a0dc7f
commit 05edb4d69b

View File

@ -1858,7 +1858,7 @@ free_qp(struct nvmf_vfio_user_ctrlr *ctrlr, uint16_t qid)
sq = ctrlr->sqs[qid]; sq = ctrlr->sqs[qid];
if (sq) { if (sq) {
SPDK_DEBUGLOG(nvmf_vfio, "%s: Free SQ %u\n", ctrlr_id(ctrlr), qid); SPDK_DEBUGLOG(nvmf_vfio, "%s: Free sqid:%u\n", ctrlr_id(ctrlr), qid);
unmap_q(ctrlr, &sq->mapping); unmap_q(ctrlr, &sq->mapping);
free_sq_reqs(sq); free_sq_reqs(sq);