]> git.ipfire.org Git - thirdparty/mdadm.git/commit
ddf: fix variable name overload
authorNeilBrown <neilb@suse.de>
Tue, 7 Apr 2009 07:38:25 +0000 (17:38 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 7 Apr 2009 07:38:25 +0000 (17:38 +1000)
commite223334fe720c927301712f6b4944d58e415ac96
treebc2e0bf397bfd257cc349bb239bd1a5d2b3a739a
parenta7c6e3fb24f8335005a6ff8e0eb668faa257c941
ddf: fix variable name overload

The variable 'i' was being used as a loop variable, and also
for something else inside the loop.   So make the larger loop have a
more meaningful name.

Signed-off-by: NeilBrown <neilb@suse.de>
super-ddf.c