From eceed42ad4a6408eafbb19c25826c9ccaf4ef9ab Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Wed, 23 Oct 2019 11:40:09 +0900 Subject: [PATCH] fixup attach-ns documentation Signed-off-by: Keith Busch --- Documentation/nvme-attach-ns.txt | 3 --- updated.patch1 | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 updated.patch1 diff --git a/Documentation/nvme-attach-ns.txt b/Documentation/nvme-attach-ns.txt index 8467335f..a5d34712 100644 --- a/Documentation/nvme-attach-ns.txt +++ b/Documentation/nvme-attach-ns.txt @@ -33,9 +33,6 @@ EXAMPLES Attach namspace to the controller: # nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21 - - Note: Namespace identifier and controller identifier(s) should be in hexadecimal. - NVME ---- diff --git a/updated.patch1 b/updated.patch1 deleted file mode 100644 index 1042e5fb..00000000 --- a/updated.patch1 +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/Documentation/nvme-attach-ns.txt b/Documentation/nvme-attach-ns.txt -index 8467335..79bb525 100644 ---- a/Documentation/nvme-attach-ns.txt -+++ b/Documentation/nvme-attach-ns.txt -@@ -34,9 +34,6 @@ EXAMPLES - - # nvme attach-ns /dev/nvme1 -n 0x2 -c 0x21 - -- Note: Namespace identifier and controller identifier(s) should be in hexadecimal. -- -- - NVME - ---- - Part of the nvme-user suite -- 2.50.1