]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MD RAID10: Minor non-functional code changes
authorJonathan Brassow <jbrassow@redhat.com>
Mon, 17 Dec 2012 18:33:50 +0000 (12:33 -0600)
committerNeilBrown <neilb@suse.de>
Mon, 4 Feb 2013 22:24:36 +0000 (09:24 +1100)
commit8fe3224d93b335e6dcec9e4630791716ba35cf15
tree74409897b95a7ded09df6ad989c6e5689595a7bf
parentc3e7525db53a82b380f975931cd39d4ea9cdb131
MD RAID10: Minor non-functional code changes

Changes include assigning 'addr' from 's' instead of 'sector' to be
consistent with the way the code does it just a few lines later and
using '%=' vs a conditional and subtraction.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid10.c