diff mbox series

hw/block/nvme: fix wrong parameter name 'cross_read'

Message ID 20210126001924.3963-1-minwoo.im.dev@gmail.com
State New
Headers show
Series hw/block/nvme: fix wrong parameter name 'cross_read' | expand

Commit Message

Minwoo Im Jan. 26, 2021, 12:19 a.m. UTC
The actual parameter name is 'cross_read' rather than 'cross_zone_read'.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
---
 hw/block/nvme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Klaus Jensen Jan. 26, 2021, 9:08 a.m. UTC | #1
On Jan 26 09:19, Minwoo Im wrote:
> The actual parameter name is 'cross_read' rather than 'cross_zone_read'.
> 
> Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
> ---
>  hw/block/nvme.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/block/nvme.c b/hw/block/nvme.c
> index 21aec90637fa..bf9134f73d81 100644
> --- a/hw/block/nvme.c
> +++ b/hw/block/nvme.c
> @@ -81,7 +81,7 @@
>   *         The default value means there is no limit to the number of
>   *         concurrently open zones.
>   *
> - *     zoned.cross_zone_read=<enable RAZB, default: false>
> + *     zoned.cross_read=<enable RAZB, default: false>
>   *         Setting this property to true enables Read Across Zone Boundaries.
>   */
>  

Thanks, applied!
diff mbox series

Patch

diff --git a/hw/block/nvme.c b/hw/block/nvme.c
index 21aec90637fa..bf9134f73d81 100644
--- a/hw/block/nvme.c
+++ b/hw/block/nvme.c
@@ -81,7 +81,7 @@ 
  *         The default value means there is no limit to the number of
  *         concurrently open zones.
  *
- *     zoned.cross_zone_read=<enable RAZB, default: false>
+ *     zoned.cross_read=<enable RAZB, default: false>
  *         Setting this property to true enables Read Across Zone Boundaries.
  */