From: Matthew Sakai Date: Mon, 15 Jul 2024 14:43:39 +0000 (-0400) Subject: dm vdo int-map: fix kerneldoc formatting X-Git-Tag: v6.11-rc1~113^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=513789b7fb5366a7c26c9d347d83eaba6c33a537;p=thirdparty%2Fkernel%2Flinux.git dm vdo int-map: fix kerneldoc formatting Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202407141607.M3E2XQ0Z-lkp@intel.com/ Signed-off-by: Matthew Sakai Signed-off-by: Mikulas Patocka --- diff --git a/drivers/md/dm-vdo/int-map.c b/drivers/md/dm-vdo/int-map.c index 3aa438f84ea19..f6fe58e437b3a 100644 --- a/drivers/md/dm-vdo/int-map.c +++ b/drivers/md/dm-vdo/int-map.c @@ -96,7 +96,7 @@ struct int_map { size_t size; /** @capacity: The number of neighborhoods in the map. */ size_t capacity; - /* @bucket_count: The number of buckets in the bucket array. */ + /** @bucket_count: The number of buckets in the bucket array. */ size_t bucket_count; /** @buckets: The array of hash buckets. */ struct bucket *buckets;