aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sakai <[email protected]>2024-07-15 10:43:39 -0400
committerMikulas Patocka <[email protected]>2024-07-19 12:08:21 +0200
commit513789b7fb5366a7c26c9d347d83eaba6c33a537 (patch)
tree02a110c49641c0923494be7356b8171200ce713c
parentfa398e603ff79523ac5f40632f061396baa58593 (diff)
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]>
-rw-r--r--drivers/md/dm-vdo/int-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/int-map.c b/drivers/md/dm-vdo/int-map.c
index 3aa438f84ea1..f6fe58e437b3 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;