Doxygen fixup

Signed-off-by: Michal Rakowski <michal.rakowski@intel.com>
This commit is contained in:
Michal Rakowski 2019-07-11 13:59:19 +02:00
parent 6d56270961
commit 47a150644c
2 changed files with 3 additions and 5 deletions

View File

@ -1565,13 +1565,11 @@ out:
} }
/** /**
* @brief routine implements --remove-cache command. * @brief routine implements --stop-cache command.
* @param[in] device caching device to be removed * @param[in] cache_id caching device id to be removed
* @param[in] flush Boolean: shall we flush dirty data before removing cache. * @param[in] flush Boolean: shall we flush dirty data before removing cache.
* if yes, flushing may still be interrupted by user (in which case * if yes, flushing may still be interrupted by user (in which case
* device won't be actually removed and error will be returned) * 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) int cache_mngt_exit_instance(ocf_cache_id_t id, int flush)
{ {

View File

@ -29,7 +29,7 @@ int block_dev_open_object(ocf_volume_t vol, void *volume_params)
struct casdsk_disk *dsk; struct casdsk_disk *dsk;
if (bdobj->opened_by_bdev) { 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; return 0;
} }