diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index a599c8b69..656024924 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -1602,9 +1602,7 @@ struct spdk_nvme_io_qpair_opts { /** * This flag if set to true enables the creation of submission and completion queue - * asynchronously. This mode is currently supported at PCIe layer and tracks the - * qpair creation with state machine and returns to the user.Default mode is set to - * false to create io qpair synchronously. + * asynchronously. Default mode is set to false to create io qpair synchronously. */ bool async_mode;