]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MD RAID10: Minor non-functional code changes
authorJonathan Brassow <jbrassow@redhat.com>
Thu, 21 Feb 2013 02:28:09 +0000 (13:28 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 26 Feb 2013 00:55:27 +0000 (11:55 +1100)
commit4c0ca26bd260dddf3b9781758cb5e2df3f74d4a3
treeb9d8fc9c62a075db9ef41a4df1c22b0e31f6955c
parentc8dc9c654794a765ca61baed07f84ed8aaa7ca8c
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