Fix missing space in phrase.

Signed-off-by: Slawomir_Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir_Jankowski 2019-11-26 16:49:45 +01:00
parent e46cd24892
commit d4a419dc75

View File

@ -1176,8 +1176,8 @@ int core_params_set(unsigned int cache_id, unsigned int core_id,
if (ocf_cache_mode_pt == cache_mode) { if (ocf_cache_mode_pt == cache_mode) {
cas_printf(LOG_WARNING, "Changing parameters for core in Pass-Through mode." cas_printf(LOG_WARNING, "Changing parameters for core in Pass-Through mode."
"New values will be saved but will not be effective" " New values will be saved but will not be effective"
"until switching to another cache mode.\n"); " until switching to another cache mode.\n");
} }
for (i = 0; params[i].name; ++i) { for (i = 0; params[i].name; ++i) {