Skip to content
Commit 513f54b7 authored by Chuck Lever's avatar Chuck Lever Committed by Jens Axboe
Browse files

sg_init_table() should use unsigned loop index variable

Clean up: fix a mixed sign comparison in sg_init_table() accidentally
introduced by commit d6ec0842

.  The sign of the loop index variable
should match the sign of the "nents" argument.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: default avatarJens Axboe <axboe@carl.home.kernel.dk>
parent 74eb94f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment