From: Tokunori Ikegami Date: Sun, 4 Jun 2023 12:30:55 +0000 (+0900) Subject: plugins/ymtc: Fix ymtc-nvme.c linux kernel check patch warning X-Git-Tag: v2.5~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=825d577a0982e5460b0a68aa5213f215785bc136;p=users%2Fsagi%2Fnvme-cli.git plugins/ymtc: Fix ymtc-nvme.c linux kernel check patch warning Signed-off-by: Tokunori Ikegami --- diff --git a/plugins/ymtc/ymtc-nvme.c b/plugins/ymtc/ymtc-nvme.c index fb700a73..1f99a647 100644 --- a/plugins/ymtc/ymtc-nvme.c +++ b/plugins/ymtc/ymtc-nvme.c @@ -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;