1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

raid: whitespace

This commit is contained in:
Heinz Mauelshagen 2024-11-11 14:19:16 +01:00
parent 94bfc8fc4f
commit 669c79a8b9

View File

@ -70,7 +70,7 @@ static uint32_t _hweight_failed(struct dm_raid_superblock *sb)
while (i--)
r = max(r, _hweight64(sb->extended_failed_devices[i]));
}
return r;
}