From: Keith Busch Date: Mon, 6 Nov 2017 21:09:14 +0000 (-0700) Subject: Fix typo in previous commit X-Git-Tag: v1.5~32 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5f21b25fda94052887b6aab7c6d9e1311a6c0c47;p=users%2Fsagi%2Fnvme-cli.git Fix typo in previous commit A previous commit had a stray mark that was missed in review, and broke compiling. Signed-off-by: Keith Busch --- diff --git a/nvme.c b/nvme.c index 55520100..cedf96c1 100644 --- a/nvme.c +++ b/nvme.c @@ -1182,7 +1182,7 @@ static int id_ns(int argc, char **argv, struct command *cmd, struct plugin *plug cfg.namespace_id = get_nsid(fd); else if(!cfg.namespace_id) fprintf(stderr, - "Error: requesting namespace-id from non-block device\n");` + "Error: requesting namespace-id from non-block device\n"); err = nvme_identify_ns(fd, cfg.namespace_id, cfg.force, &ns); if (!err) {