From bd767a56b1bdf49b897277d088f58f49a8da8dc7 Mon Sep 17 00:00:00 2001 From: Minwoo Im Date: Sat, 20 Jul 2019 17:34:21 +0900 Subject: [PATCH] lnvm: remove redundant whitespace in lnvm_init() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The description for lnvm-init subcommand has a redundant whitespace. Cc: Keith Busch Cc: Matias Bjorling Signed-off-by: Minwoo Im Reviewed-by: Javier González --- plugins/lnvm/lnvm-nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lnvm/lnvm-nvme.c b/plugins/lnvm/lnvm-nvme.c index 754931af..37b67334 100644 --- a/plugins/lnvm/lnvm-nvme.c +++ b/plugins/lnvm/lnvm-nvme.c @@ -17,7 +17,7 @@ static int lnvm_init(int argc, char **argv, struct command *cmd, struct plugin *plugin) { const char *desc = "Initialize LightNVM device. A LightNVM/Open-Channel SSD"\ - " must have a media manager associated before it can "\ + " must have a media manager associated before it can"\ " be exposed to the user. The default is to initialize" " the general media manager on top of the device.\n\n" "Example:" -- 2.50.1