]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: use unsigned int type
authorChaitanya Kulkarni <kch@nvidia.com>
Wed, 12 Jan 2022 06:21:00 +0000 (22:21 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 28 Feb 2022 11:45:04 +0000 (13:45 +0200)
commit89183206bbe6ebd67a2d3b058057195243c6e5c3
treebe5c3b4facdfc4ab6e2d9fadbfa85f73776e151a
parentf499e956ff5a5751f66e8924d53ba10bd31a1a3b
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