]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/shannon: Fix shannon-nvme.c linux kernel check patch errors and warnings
authorTokunori Ikegami <ikegami.t@gmail.com>
Sun, 4 Jun 2023 07:55:46 +0000 (16:55 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Jun 2023 09:01:09 +0000 (11:01 +0200)
commit6af2f5e803baeb10220d4169ad6b70ff1f42de2c
treebffd3037bc0f666edb7fff10fb7ea122843e0945
parent9845c043207d0360082780b6d30f0c5777ae06d3
plugins/shannon: Fix shannon-nvme.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 = "Read operating parameters of the "
+               "specified controller. Operating parameters are grouped "

...

WARNING: quoted string split across lines
+               "are vendor-specific and not changeable. Use set-feature to "
+               "change saveable Features.\n\n"

WARNING: quoted string split across lines
+       const char *desc = "Modify the saveable or changeable "
+               "current operating parameters of the controller. Operating "

...

WARNING: quoted string split across lines
+               "Use get-feature to determine which Features are supported by "
+               "the controller and are saveable/changeable.\n\n"

total: 0 errors, 16 warnings, 381 lines checked

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