]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: add space in persistent event log desc between words
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Thu, 8 Apr 2021 11:42:02 +0000 (17:12 +0530)
committerKeith Busch <kbusch@kernel.org>
Mon, 19 Apr 2021 16:25:53 +0000 (10:25 -0600)
Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme.c

diff --git a/nvme.c b/nvme.c
index 01c7509667386434899308bf564b16a2392fc1a9..a2075bf451db13695ea48992dc1caeef609e41d6 100644 (file)
--- a/nvme.c
+++ b/nvme.c
@@ -906,10 +906,10 @@ static int get_persistent_event_log(int argc, char **argv,
                struct command *cmd, struct plugin *plugin)
 {
        const char *desc = "Retrieve Persistent Event log info for"\
-                       "the given device in either decoded format(default),"\
+                       " the given device in either decoded format(default),"\
                        " json or binary.";
        const char *action = "action the controller shall take during"\
-                       "processing this persistent log page command.";
+                       " processing this persistent log page command.";
        const char *log_len = "number of bytes to retrieve";
        const char *raw = "use binary output";
        void *pevent_log_info;