* [PATCH] nvme-cli: fix a typo
@ 2018-10-05 16:57 Rami Rosen
2018-10-05 20:24 ` Sagi Grimberg
2018-10-05 20:36 ` Keith Busch
0 siblings, 2 replies; 7+ messages in thread
From: Rami Rosen @ 2018-10-05 16:57 UTC (permalink / raw)
This patch fixes a typo in nvme-cli usage text.
Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
nvme-builtin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvme-builtin.h b/nvme-builtin.h
index afd12b0..7cf10ef 100644
--- a/nvme-builtin.h
+++ b/nvme-builtin.h
@@ -13,7 +13,7 @@ COMMAND_LIST(
ENTRY("id-ns", "Send NVMe Identify Namespace, display structure", id_ns)
ENTRY("list-ns", "Send NVMe Identify List, display structure", list_ns)
ENTRY("ns-descs", "Send NVMe Namespace Descriptor List, display structure", ns_descs)
- ENTRY("id-nvmset", "Sned NVMe Identify NVM Set List, display structure", id_nvmset)
+ ENTRY("id-nvmset", "Send NVMe Identify NVM Set List, display structure", id_nvmset)
ENTRY("create-ns", "Creates a namespace with the provided parameters", create_ns)
ENTRY("delete-ns", "Deletes a namespace from the controller", delete_ns)
ENTRY("attach-ns", "Attaches a namespace to requested controller(s)", attach_ns)
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] nvme-cli: fix a typo
2018-10-05 16:57 [PATCH] nvme-cli: fix a typo Rami Rosen
@ 2018-10-05 20:24 ` Sagi Grimberg
2018-10-05 20:36 ` Keith Busch
1 sibling, 0 replies; 7+ messages in thread
From: Sagi Grimberg @ 2018-10-05 20:24 UTC (permalink / raw)
Reviewed-by: Sagi Grimberg <sagi at grimberg.me>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] nvme-cli: fix a typo
2018-10-05 16:57 [PATCH] nvme-cli: fix a typo Rami Rosen
2018-10-05 20:24 ` Sagi Grimberg
@ 2018-10-05 20:36 ` Keith Busch
1 sibling, 0 replies; 7+ messages in thread
From: Keith Busch @ 2018-10-05 20:36 UTC (permalink / raw)
Thanks, applied.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH ] nvme-cli: fix a typo
@ 2018-10-23 15:13 Rami Rosen
2018-10-29 15:26 ` Keith Busch
0 siblings, 1 reply; 7+ messages in thread
From: Rami Rosen @ 2018-10-23 15:13 UTC (permalink / raw)
Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
nvme-builtin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvme-builtin.h b/nvme-builtin.h
index 7cf10ef..b913cea 100644
--- a/nvme-builtin.h
+++ b/nvme-builtin.h
@@ -54,7 +54,7 @@ COMMAND_LIST(
ENTRY("write-zeroes", "Submit a write zeroes command, return results", write_zeroes)
ENTRY("write-uncor", "Submit a write uncorrectable command, return results", write_uncor)
ENTRY("sanitize", "Submit a sanitize command", sanitize)
- ENTRY("sanitize-log", "Retrive sanitize log, show it", sanitize_log)
+ ENTRY("sanitize-log", "Retrieve sanitize log, show it", sanitize_log)
ENTRY("reset", "Resets the controller", reset)
ENTRY("subsystem-reset", "Resets the controller", subsystem_reset)
ENTRY("ns-rescan", "Rescans the NVME namespaces", ns_rescan)
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH ] nvme-cli: fix a typo
2018-10-23 15:13 [PATCH ] " Rami Rosen
@ 2018-10-29 15:26 ` Keith Busch
0 siblings, 0 replies; 7+ messages in thread
From: Keith Busch @ 2018-10-29 15:26 UTC (permalink / raw)
On Tue, Oct 23, 2018@06:13:23PM +0300, Rami Rosen wrote:
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
> nvme-builtin.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/nvme-builtin.h b/nvme-builtin.h
> index 7cf10ef..b913cea 100644
> --- a/nvme-builtin.h
> +++ b/nvme-builtin.h
> @@ -54,7 +54,7 @@ COMMAND_LIST(
> ENTRY("write-zeroes", "Submit a write zeroes command, return results", write_zeroes)
> ENTRY("write-uncor", "Submit a write uncorrectable command, return results", write_uncor)
> ENTRY("sanitize", "Submit a sanitize command", sanitize)
> - ENTRY("sanitize-log", "Retrive sanitize log, show it", sanitize_log)
> + ENTRY("sanitize-log", "Retrieve sanitize log, show it", sanitize_log)
> ENTRY("reset", "Resets the controller", reset)
> ENTRY("subsystem-reset", "Resets the controller", subsystem_reset)
> ENTRY("ns-rescan", "Rescans the NVME namespaces", ns_rescan)
> --
Applied, thank you!
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] nvme-cli: fix a typo
@ 2018-11-08 13:23 lijie
2018-11-08 14:48 ` Keith Busch
0 siblings, 1 reply; 7+ messages in thread
From: lijie @ 2018-11-08 13:23 UTC (permalink / raw)
This patch fixes a typo in nvme-cli usage text.
---
nvme-builtin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nvme-builtin.h b/nvme-builtin.h
index b913cea..a7ea5ae 100644
--- a/nvme-builtin.h
+++ b/nvme-builtin.h
@@ -56,7 +56,7 @@ COMMAND_LIST(
ENTRY("sanitize", "Submit a sanitize command", sanitize)
ENTRY("sanitize-log", "Retrieve sanitize log, show it", sanitize_log)
ENTRY("reset", "Resets the controller", reset)
- ENTRY("subsystem-reset", "Resets the controller", subsystem_reset)
+ ENTRY("subsystem-reset", "Resets the subsystem", subsystem_reset)
ENTRY("ns-rescan", "Rescans the NVME namespaces", ns_rescan)
ENTRY("show-regs", "Shows the controller registers or properties. Requires character device", show_registers)
ENTRY("discover", "Discover NVMeoF subsystems", discover_cmd)
--
2.6.4.windows.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] nvme-cli: fix a typo
2018-11-08 13:23 [PATCH] " lijie
@ 2018-11-08 14:48 ` Keith Busch
0 siblings, 0 replies; 7+ messages in thread
From: Keith Busch @ 2018-11-08 14:48 UTC (permalink / raw)
On Thu, Nov 08, 2018@09:23:17PM +0800, lijie wrote:
> This patch fixes a typo in nvme-cli usage text.
Applied, but please make sure to include your Signed-off-by tag next time.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-11-08 14:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05 16:57 [PATCH] nvme-cli: fix a typo Rami Rosen
2018-10-05 20:24 ` Sagi Grimberg
2018-10-05 20:36 ` Keith Busch
-- strict thread matches above, loose matches on Subject: below --
2018-10-23 15:13 [PATCH ] " Rami Rosen
2018-10-29 15:26 ` Keith Busch
2018-11-08 13:23 [PATCH] " lijie
2018-11-08 14:48 ` Keith Busch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.