]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/nvme: documentation fix
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Mon, 14 Jun 2021 16:29:27 +0000 (21:59 +0530)
committerKlaus Jensen <k.jensen@samsung.com>
Tue, 29 Jun 2021 05:16:25 +0000 (07:16 +0200)
In the documentation of the '-detached' param "be" and "not" has been
used side by side, fix that.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/nvme/ctrl.c

index 541c0819d5b08daa7cffcd0ea131a9b5bd84d1a7..dd2b4fa127cca3919d8e5e367c2980dded4199dd 100644 (file)
  *   This parameter is only valid together with the `subsys` parameter. If left
  *   at the default value (`false/off`), the namespace will be attached to all
  *   controllers in the NVMe subsystem at boot-up. If set to `true/on`, the
- *   namespace will be be available in the subsystem not not attached to any
+ *   namespace will be available in the subsystem but not attached to any
  *   controllers.
  *
  * Setting `zoned` to true selects Zoned Command Set at the namespace.