We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa398e6 commit 513789bCopy full SHA for 513789b
drivers/md/dm-vdo/int-map.c
@@ -96,7 +96,7 @@ struct int_map {
96
size_t size;
97
/** @capacity: The number of neighborhoods in the map. */
98
size_t capacity;
99
- /* @bucket_count: The number of buckets in the bucket array. */
+ /** @bucket_count: The number of buckets in the bucket array. */
100
size_t bucket_count;
101
/** @buckets: The array of hash buckets. */
102
struct bucket *buckets;
0 commit comments