]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: use unsigned int type
authorChaitanya Kulkarni <kch@nvidia.com>
Wed, 12 Jan 2022 06:20:59 +0000 (22:20 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 28 Feb 2022 11:45:04 +0000 (13:45 +0200)
commitcf2a155fd9509100e765a777a9a453d5150307ef
tree7db01f2f76f7617279c07bda2bc0f9ca1a90476a
parente0916c8e3c05727560b25b672e2068023de6ceb5
nvme-fabrics: use unsigned int type

Loop variable i will never have a negative value, so use
unsigned int type instaed of int.

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fabrics.c