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:
ce28932
)
genhd: overlapping variable definition
author
Stephen Hemminger
<shemminger@vyatta.com>
Wed, 6 Jan 2010 23:45:55 +0000
(15:45 -0800)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 11 Jan 2010 13:32:44 +0000
(14:32 +0100)
This fixes the sparse warning:
fs/ext4/super.c:2390:40: warning: symbol 'i' shadows an earlier one
fs/ext4/super.c:2368:22: originally declared here
Using 'i' in a macro is dubious practice.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found