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

The actual parameter name is 'cross_read' rather than 'cross_zone_read'.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
This commit is contained in:
Minwoo Im 2021-01-26 09:19:24 +09:00 committed by Klaus Jensen
parent 74eb89219e
commit 74cbbf3031
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/