From 8015a30348244c4cdb64c72aa89ac68b065dab45 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Tue, 31 Aug 2021 10:20:20 +0200 Subject: [PATCH] Fix documentation of ocf_cache_is_running() Signed-off-by: Robert Baldyga --- inc/ocf_cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ocf_cache.h b/inc/ocf_cache.h index 197abad..24f17c7 100644 --- a/inc/ocf_cache.h +++ b/inc/ocf_cache.h @@ -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);