]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dm vdo int-map: fix kerneldoc formatting
authorMatthew Sakai <msakai@redhat.com>
Mon, 15 Jul 2024 14:43:39 +0000 (10:43 -0400)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 19 Jul 2024 10:08:21 +0000 (12:08 +0200)
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407141607.M3E2XQ0Z-lkp@intel.com/
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-vdo/int-map.c

index 3aa438f84ea199fe2ca1afd88ca9ea322df046ff..f6fe58e437b3a2792780a07bfdef4337363a8580 100644 (file)
@@ -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;