linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

Documentation: Added solidigm plugin commands #2514

Closed lgdacunh closed 1 month ago

lgdacunh commented 1 month ago

Added documentation to all current solidigm plugin commands

lgdacunh commented 1 month ago

@igaw , checkpatch review is complaining I added files. What should I do to make this check happy?

igaw commented 1 month ago

checkpatch.pl is a bit picky when adding/removing files. You can ignore this warning.

You also need to add the documentation files to meson.build in order to get them build/installed.

lgdacunh commented 1 month ago

checkpatch.pl is a bit picky when adding/removing files. You can ignore this warning.

You also need to add the documentation files to meson.build in order to get them build/installed.

Done!

igaw commented 1 month ago

Thanks!