mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
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:
parent
177f3f9cd9
commit
604a9c56bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user