]> www.infradead.org Git - users/hch/misc.git/commit
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
authorChristoph Hellwig <hch@lst.de>
Thu, 5 Jun 2025 11:16:55 +0000 (13:16 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 10 Jun 2025 05:06:34 +0000 (07:06 +0200)
commite99af38154cb84a594de33694b5b268640139f91
tree1315716b031b8913e76f50c544e2f4f0bc7c905c
parentacf99665e4da2bc397a2fdaf1b86febbd3d0915f
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE

Having a define in kiB units is a bit weird.  Also update the
comment now that there is not scatterlist limit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c