[PATCH] docs/nvme: fix doubled word in detached namespace description

Leo Cheng posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/tencent._5F7CCA5131E298B98FB02B48E362186F801A09@qq.com
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/system/devices/nvme.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/nvme: fix doubled word in detached namespace description
Posted by Leo Cheng 1 month, 2 weeks ago
Signed-off-by: Leo Cheng <leo-cheng@vip.qq.com>
---
 docs/system/devices/nvme.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/devices/nvme.rst b/docs/system/devices/nvme.rst
index 98a4401..531f156 100644
--- a/docs/system/devices/nvme.rst
+++ b/docs/system/devices/nvme.rst
@@ -142,7 +142,7 @@ linked to an ``nvme-subsys`` device allows additional ``nvme-ns`` parameters:
   are hotplugged).
 
 ``detached`` (default: ``off``)
-  If set to ``on``, the namespace will be be available in the subsystem, but
+  If set to ``on``, the namespace will be available in the subsystem, but
   not attached to any controllers initially. A shared namespace with this set
   to ``on`` will never be automatically attached to controllers.
 
-- 
2.43.0
Re: [PATCH] docs/nvme: fix doubled word in detached namespace description
Posted by Klaus Jensen 1 month, 2 weeks ago
On Aug 11 19:40, Leo Cheng wrote:
> Signed-off-by: Leo Cheng <leo-cheng@vip.qq.com>
> ---
>  docs/system/devices/nvme.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/system/devices/nvme.rst b/docs/system/devices/nvme.rst
> index 98a4401..531f156 100644
> --- a/docs/system/devices/nvme.rst
> +++ b/docs/system/devices/nvme.rst
> @@ -142,7 +142,7 @@ linked to an ``nvme-subsys`` device allows additional ``nvme-ns`` parameters:
>    are hotplugged).
>  
>  ``detached`` (default: ``off``)
> -  If set to ``on``, the namespace will be be available in the subsystem, but
> +  If set to ``on``, the namespace will be available in the subsystem, but
>    not attached to any controllers initially. A shared namespace with this set
>    to ``on`` will never be automatically attached to controllers.
>  
> -- 
> 2.43.0
> 
> 
> 

Reviewed-by: Klaus Jensen <k.jensen@samsung.com>

Thanks, queued!
Re: [PATCH] docs/nvme: fix doubled word in detached namespace description
Posted by Peter Maydell 1 month, 2 weeks ago
On Tue, 11 Aug 2026 at 12:53, Leo Cheng <leo-cheng@vip.qq.com> wrote:
>
> Signed-off-by: Leo Cheng <leo-cheng@vip.qq.com>
> ---
>  docs/system/devices/nvme.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/devices/nvme.rst b/docs/system/devices/nvme.rst
> index 98a4401..531f156 100644
> --- a/docs/system/devices/nvme.rst
> +++ b/docs/system/devices/nvme.rst
> @@ -142,7 +142,7 @@ linked to an ``nvme-subsys`` device allows additional ``nvme-ns`` parameters:
>    are hotplugged).
>
>  ``detached`` (default: ``off``)
> -  If set to ``on``, the namespace will be be available in the subsystem, but
> +  If set to ``on``, the namespace will be available in the subsystem, but
>    not attached to any controllers initially. A shared namespace with this set
>    to ``on`` will never be automatically attached to controllers.
>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM