]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
plugins/ymtc: Fix ymtc-nvme.c linux kernel check patch warning
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 4 Jun 2023 12:30:55 +0000 (21:30 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Jun 2023 09:01:09 +0000 (11:01 +0200)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
plugins/ymtc/ymtc-nvme.c

index fb700a7399229aa90daca6660ec858b51fabc4ab..1f99a647984d31ba30a7a091ad49758596c8acf4 100644 (file)
@@ -120,8 +120,8 @@ static int show_ymtc_smart_log(struct nvme_dev *dev, __u32 nsid,
 static int get_additional_smart_log(int argc, char **argv, struct command *cmd, struct plugin *plugin)
 {
        struct nvme_ymtc_smart_log smart_log;
-       char *desc = "Get Ymtc vendor specific additional smart log (optionally, "\
-                    "for the specified namespace), and show it.";
+       char *desc =
+           "Get Ymtc vendor specific additional smart log (optionally, for the specified namespace), and show it.";
        const char *namespace = "(optional) desired namespace";
        const char *raw = "dump output in binary format";
        struct nvme_dev *dev;