commit | 9056fc9fc514ecd2457a59c575863ecb07c4fa5e | [log] [tgz] |
---|---|---|
author | Baolin Wang <baolin.wang@linux.alibaba.com> | Fri Jul 03 10:49:23 2020 +0800 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 08 16:16:21 2020 +0200 |
tree | bba3226a800e3fcfb81868f92c511570b2d377cf | |
parent | 4e523547e2bf755d40cb10e85795c2f9620ff3fb [diff] |
nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size() The nvme_pci_iod_alloc_size() should return 'size_t' type to be consistent with the sizeof return value. Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>