]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: nit: fix documentation warning with crush_destroy_bucket(...)
authorSahid Orentino Ferdjaoui <sahid.ferdjaoui@redhat.com>
Thu, 23 Mar 2017 17:20:38 +0000 (13:20 -0400)
committerLoic Dachary <ldachary@redhat.com>
Tue, 28 Mar 2017 21:25:50 +0000 (23:25 +0200)
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>
src/crush/crush.h

index 0e332bea0c3f8773519e6aeae14b2c4acf7da38c..4c89c2781e52bed4d9cf8552a3beb17dd0f59a7a 100644 (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