Fix documentation of ocf_cache_is_running()
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
82abcd11e7
commit
8015a30348
@ -137,8 +137,8 @@ bool ocf_cache_is_device_attached(ocf_cache_t cache);
|
||||
*
|
||||
* @param[in] cache Cache object
|
||||
*
|
||||
* @retval 1 Caching device is being stopped
|
||||
* @retval 0 Caching device is being stopped
|
||||
* @retval 1 Caching device is running
|
||||
* @retval 0 Caching device is not running
|
||||
*/
|
||||
bool ocf_cache_is_running(ocf_cache_t cache);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user