nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
authorSagi Grimberg <sagi@grimberg.me>
Sun, 13 Nov 2022 11:24:05 +0000 (13:24 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 Nov 2022 07:36:34 +0000 (08:36 +0100)
commit0a7ce375f83f4ade7c2a835444093b6870fb8257
tree71efe88c10c0e6c79093402bae1da5e7acf5103c
parentc7c16c5b196772aba1d99c4c0b505fe99a6fbba8
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap

nvme_auth_[reset|free] operate on the controller while
__nvme_auth_[reset|free] operate on a chap struct (which maps to a queue
context). Rename it for clarity.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/auth.c