Unified management functions prefix.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2019-06-05 06:28:41 -04:00
parent cc3b38c9e3
commit e6bedb692c
8 changed files with 69 additions and 69 deletions

View File

@@ -333,7 +333,7 @@ static void evp_lru_clean(ocf_cache_t cache, ocf_queue_t io_queue,
cnt = ocf_refcnt_inc(counter);
if (!cnt) {
/* cleaner disabled by mngmt operation */
/* cleaner disabled by management operation */
return;
}
if (cnt > 1) {