Fix minor coding style issues
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
ca8531a421
commit
d550c8f4ef
@ -433,8 +433,8 @@ static void _ocf_mngt_load_add_cores(ocf_pipeline_t pipeline,
|
|||||||
ocf_core_log(core, log_err,
|
ocf_core_log(core, log_err,
|
||||||
"Size of core volume doesn't match with"
|
"Size of core volume doesn't match with"
|
||||||
" the size stored in cache metadata!");
|
" the size stored in cache metadata!");
|
||||||
error = -OCF_ERR_CORE_SIZE_MISMATCH;
|
error = -OCF_ERR_CORE_SIZE_MISMATCH;
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
hd_lines = ocf_bytes_2_lines(cache, length);
|
hd_lines = ocf_bytes_2_lines(cache, length);
|
||||||
|
Loading…
Reference in New Issue
Block a user