]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: convert some function arguments from "char *" to "const char *"
authorMartin Wilck <mwilck@suse.com>
Tue, 12 Jan 2021 21:52:55 +0000 (22:52 +0100)
committerMartin Wilck <mwilck@suse.com>
Tue, 30 Mar 2021 15:46:22 +0000 (17:46 +0200)
commit6dc82014a2e26271cfbc025f84a5c2f6500ce55e
tree23a96d4d1701bc1728e4dd4c8ca5212dfa3c466a
parent0cce8cc53454d49eb185909cfb40f9da5d4adeea
nvme: convert some function arguments from "char *" to "const char *"

Make some function arguments "const char *" where possible. This
is generally desirable and allows passing string constants to these
function.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
fabrics.c
nvme-topology.c
nvme.c
nvme.h