Skip to content

Commit 513789b

Browse files
lorelei-sakaiMikulas Patocka
authored andcommitted
dm vdo int-map: fix kerneldoc formatting
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>
1 parent fa398e6 commit 513789b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/md/dm-vdo/int-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct int_map {
9696
size_t size;
9797
/** @capacity: The number of neighborhoods in the map. */
9898
size_t capacity;
99-
/* @bucket_count: The number of buckets in the bucket array. */
99+
/** @bucket_count: The number of buckets in the bucket array. */
100100
size_t bucket_count;
101101
/** @buckets: The array of hash buckets. */
102102
struct bucket *buckets;

0 commit comments

Comments
 (0)