crush: nit: fix documentation warning with crush_destroy_bucket(...)

crush/crush.h:429: warning: argument 'bucket' of command @param is not
found in the argument list of crush_destroy_bucket(struct crush_bucket
*b)

Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com>
This commit is contained in:
Sahid Orentino Ferdjaoui 2017-03-23 13:20:38 -04:00 committed by Loic Dachary
parent 177f3f9cd9
commit 604a9c56bf

View File

@ -428,7 +428,7 @@ extern void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b);
*
* Deallocate a bucket created via crush_add_bucket().
*
* @param bucket the bucket to deallocate
* @param b the bucket to deallocate
*/
extern void crush_destroy_bucket(struct crush_bucket *b);
/** @ingroup API