From 47a150644cb60b9ad670fb29134d2e85566588a8 Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Thu, 11 Jul 2019 13:59:19 +0200 Subject: [PATCH] Doxygen fixup Signed-off-by: Michal Rakowski --- modules/cas_cache/layer_cache_management.c | 6 ++---- modules/cas_cache/volume/vol_block_dev_bottom.c | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/cas_cache/layer_cache_management.c b/modules/cas_cache/layer_cache_management.c index 7a032b4..0c4d128 100644 --- a/modules/cas_cache/layer_cache_management.c +++ b/modules/cas_cache/layer_cache_management.c @@ -1565,13 +1565,11 @@ out: } /** - * @brief routine implements --remove-cache command. - * @param[in] device caching device to be removed + * @brief routine implements --stop-cache command. + * @param[in] cache_id caching device id to be removed * @param[in] flush Boolean: shall we flush dirty data before removing cache. * if yes, flushing may still be interrupted by user (in which case * device won't be actually removed and error will be returned) - * @param[in] allow_interruption shall we allow interruption of dirty - * data flushing */ int cache_mngt_exit_instance(ocf_cache_id_t id, int flush) { diff --git a/modules/cas_cache/volume/vol_block_dev_bottom.c b/modules/cas_cache/volume/vol_block_dev_bottom.c index 756a74b..7978fc0 100644 --- a/modules/cas_cache/volume/vol_block_dev_bottom.c +++ b/modules/cas_cache/volume/vol_block_dev_bottom.c @@ -29,7 +29,7 @@ int block_dev_open_object(ocf_volume_t vol, void *volume_params) struct casdsk_disk *dsk; if (bdobj->opened_by_bdev) { - /* Bdev has beed set manually, so there is nothing to do. */ + /* Bdev has been set manually, so there is nothing to do. */ return 0; }