nvme-pci: cleanup nvme_suspend_queue
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Nov 2022 09:51:05 +0000 (10:51 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 6 Dec 2022 13:36:54 +0000 (14:36 +0100)
commit10981f23a1b865290a5e21ad43a0f93710271cc6
treeb643c1803a805f372cc43d63cb2247e7c6982958
parentc80767f770ed722264688f65c89e420971eb897a
nvme-pci: cleanup nvme_suspend_queue

Remove the unused returne value, pass a dev + qid instead of the queue
as that is better for the callers as well as the function itself, and
remove the entirely pointless kerneldoc comment.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/pci.c