From: Gollu Appalanaidu Date: Thu, 8 Apr 2021 11:42:02 +0000 (+0530) Subject: nvme: add space in persistent event log desc between words X-Git-Tag: v1.14~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ffb6a9fc1c4502bb700baa44587675e7c3182a74;p=users%2Fsagi%2Fnvme-cli.git nvme: add space in persistent event log desc between words Signed-off-by: Gollu Appalanaidu --- 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;