]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/micron: Fix micron-nvme.c linux kernel check patch errors and warnings
authorTokunori Ikegami <ikegami.t@gmail.com>
Sat, 3 Jun 2023 17:38:36 +0000 (02:38 +0900)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Jun 2023 09:01:09 +0000 (11:01 +0200)
commit9b68c153a7b6e0ab781c4e98fac1363489c32550
tree520d5ad77ca1a5e0364494549baba9819c2b8680
parentbfc2155f3a09db8375fc555970850cbd00932d25
plugins/micron: Fix micron-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
+               "This performs a selective firmware download, which allows the user to "
+               "select which firmware binary to update for 9200 devices. This requires "

WARNING: quoted string split across lines
+               "select which firmware binary to update for 9200 devices. This requires "
+               "a power cycle once the update completes. The options available are:\n\n"

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