You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit b854cbd.
The helper function is used the json_r is set by json_show_init()
then the function does not print but it is done by json_show_finish()
instead. The get-feature command using nvme_show_init() and
nvme_show_finish() those call json_show_init() and json_show_init()
json print functions so the command json output does not work correctly
currently.
Also the init and finish functions will be used by the PR #2188 get-reg
command also. (The issue found by the implementation working.)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
0 commit comments