Commit 5bd6b6b4 authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

bdev: Fix typo for the comment of spdk_bdev_open_async_opts



Signed-off-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Change-Id: Ic66d2a8249a4ea4a99e9efd25bed75554c26e290
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19694


Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@gmail.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent 2470b995
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ struct spdk_bdev_open_async_opts {
	/*
	 * Time in milliseconds to wait for the block device to appear.
	 *
	 * When the block device does exist, wait until the block device appears or the timeout
	 * When the block device does not exist, wait until the block device appears or the timeout
	 * is expired if nonzero, or return immediately otherwise.
	 *
	 * Default value is zero and is used when options are omitted.