From: Sahid Orentino Ferdjaoui Date: Thu, 23 Mar 2017 17:20:38 +0000 (-0400) Subject: crush: nit: fix documentation warning with crush_destroy_bucket(...) X-Git-Tag: v12.0.2~127^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=604a9c56bfb4ced1660da86e94f7d0a4a5202590;p=ceph.git 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 --- diff --git a/src/crush/crush.h b/src/crush/crush.h index 0e332bea0c3..4c89c2781e5 100644 --- a/src/crush/crush.h +++ b/src/crush/crush.h @@ -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