]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/seagate: Fix seagate-nvme.c linux kernel check patch warnings
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 4 Jun 2023 07:26:47 +0000 (16:26 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Jun 2023 09:01:09 +0000 (11:01 +0200)
commit9845c043207d0360082780b6d30f0c5777ae06d3
tree06ee23cc46e6b32217335bbfeb3c7b2293eaeb8b
parenta0a1e104068ce4b2053c58c92af113b69e069a4c
plugins/seagate: Fix seagate-nvme.c linux kernel check patch warnings

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

WARNING: quoted string split across lines
+       const char *log_specific = "1 - controller shall capture Data representing the internal "
+               "state of the controller at the time the command is processed. "

WARNING: quoted string split across lines
+               "state of the controller at the time the command is processed. "
+               "0 - controller shall not update the Telemetry Host Initiated Data.";

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