Skip to content

Commit 513789b

Browse files
lorelei-sakaiMikulas Patocka
authored andcommitted
dm vdo int-map: fix kerneldoc formatting
Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Matthew Sakai <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]>
1 parent fa398e6 commit 513789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)