git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74eb94f
)
sg_init_table() should use unsigned loop index variable
author
Chuck Lever
<chuck.lever@oracle.com>
Fri, 26 Oct 2007 17:29:48 +0000
(19:29 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 29 Oct 2007 08:18:04 +0000
(09:18 +0100)
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: Chuck Lever <chuck.lever@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
No differences found