diff mbox series

[v2,2/2] hw/nvme: documentation fix

Message ID 20210601150226.5558-2-anaidu.gollu@samsung.com
State New
Headers show
Series [v2,1/2] hw/nvme: fix endianess conversion and add controller list | expand

Commit Message

Gollu Appalanaidu June 1, 2021, 3:02 p.m. UTC
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>
---
 hw/nvme/ctrl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Klaus Jensen June 9, 2021, 8:23 p.m. UTC | #1
On Jun  1 20:32, Gollu Appalanaidu wrote:
>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>
>---
> hw/nvme/ctrl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c
>index 813a72c655..a3df26d0ce 100644
>--- a/hw/nvme/ctrl.c
>+++ b/hw/nvme/ctrl.c
>@@ -114,7 +114,7 @@
>  *   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 not attached to any

namespace will be available in the subsystem *but* not attached to an

>  *   controllers.
>  *
>  * Setting `zoned` to true selects Zoned Command Set at the namespace.
>-- 
>2.17.1
>
diff mbox series

Patch

diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c
index 813a72c655..a3df26d0ce 100644
--- a/hw/nvme/ctrl.c
+++ b/hw/nvme/ctrl.c
@@ -114,7 +114,7 @@ 
  *   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 not attached to any
  *   controllers.
  *
  * Setting `zoned` to true selects Zoned Command Set at the namespace.