Fix documentation of ocf_cache_is_running()

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2021-08-31 10:20:20 +02:00
parent 82abcd11e7
commit 8015a30348

View File

@ -137,8 +137,8 @@ bool ocf_cache_is_device_attached(ocf_cache_t cache);
* *
* @param[in] cache Cache object * @param[in] cache Cache object
* *
* @retval 1 Caching device is being stopped * @retval 1 Caching device is running
* @retval 0 Caching device is being stopped * @retval 0 Caching device is not running
*/ */
bool ocf_cache_is_running(ocf_cache_t cache); bool ocf_cache_is_running(ocf_cache_t cache);