From ffb6a9fc1c4502bb700baa44587675e7c3182a74 Mon Sep 17 00:00:00 2001 From: Gollu Appalanaidu Date: Thu, 8 Apr 2021 17:12:02 +0530 Subject: [PATCH] nvme: add space in persistent event log desc between words Signed-off-by: Gollu Appalanaidu --- nvme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvme.c b/nvme.c index 01c75096..a2075bf4 100644 --- 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; -- 2.50.1