Loading
nvme/nvme_transport: Unify returns in disconnect and connect.
Here "return rc == -EINPROGRESS ? 0 : rc;" They are the same meaning in these two functions. Keep the comments here. This makes more clear to readers. Signed-off-by:yidong0635 <dongx.yi@intel.com> Change-Id: I8590de3f0fe27337163ee8b02ea63e166f1bbe7c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5689 Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>