1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-25 21:57:45 +03:00

Thin indent update

This commit is contained in:
Zdenek Kabelac 2012-01-19 15:42:18 +00:00
parent f82bddb76c
commit c101e3b086

View File

@ -313,7 +313,7 @@ static int _thin_pool_target_percent(void **target_state __attribute__((unused))
if (!dm_get_status_thin_pool(mem, params, &s))
return_0;
/* With seg report metadata percent, otherwice data percent */
/* With 'seg' report metadata percent, otherwice data percent */
if (seg) {
*percent = make_percent(s->used_metadata_blocks,
s->total_metadata_blocks);