]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/zns: Fix zns.c linux kernel check patch errors and warnings
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 4 Jun 2023 12:45:40 +0000 (21:45 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Jun 2023 09:01:09 +0000 (11:01 +0200)
commit2d8513f3670e1b17c48e380b25b06ec594b82886
treea2f17ccfcf6f48a6a17ab5d4fe37a118880ecbce
parent825d577a0982e5460b0a68aa5213f215785bc136
plugins/zns: Fix zns.c linux kernel check patch errors and warnings

Note: Still the remaining warning messages are not fixed as same with nvme.c.

WARNING: quoted string split across lines
+       const char *desc = "Send a ZNS specific Identify Controller command to "
+                          "the given device and report information about the specified "

WARNING: quoted string split across lines
+                          "the given device and report information about the specified "
+                          "controller in various formats.";

WARNING: quoted string split across lines
+       const char *desc = "Send a ZNS specific Identify Namespace command to "
+                          "the given device and report information about the specified "

WARNING: quoted string split across lines
+                          "the given device and report information about the specified "
+                          "namespace in varios formats.";

WARNING: quoted string split across lines
+       const char *desc = "The zone append command is used to write to a zone "
+                          "using the slba of the zone, and the write will be appended from the "

WARNING: quoted string split across lines
+                          "using the slba of the zone, and the write will be appended from the "
+                          "write pointer of the zone";

total: 0 errors, 6 warnings, 1278 lines checked

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
plugins/zns/zns.c