nvmf: Fix new line at the end of log message
Signed-off-by: plestk <plestringant@kalray.eu> Change-Id: I24c59d0d5b7a889e03d77a40b14ac95f6fe42afe Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16102 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
parent
dba35d8e44
commit
96dca1676b
@ -1200,7 +1200,7 @@ _nvmf_qpair_destroy(void *ctx, int status)
|
||||
if (req->qpair == qpair) {
|
||||
TAILQ_REMOVE(&sgroup->queued, req, link);
|
||||
if (nvmf_transport_req_free(req)) {
|
||||
SPDK_ERRLOG("Transport request free error!/n");
|
||||
SPDK_ERRLOG("Transport request free error!\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user