commit | 10981f23a1b865290a5e21ad43a0f93710271cc6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Nov 29 10:51:05 2022 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Tue Dec 06 14:36:54 2022 +0100 |
tree | b643c1803a805f372cc43d63cb2247e7c6982958 | |
parent | c80767f770ed722264688f65c89e420971eb897a [diff] |
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>