diff options
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index c82c61b66e16..d8f0c094b18e 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -18,7 +18,9 @@ | |||
18 | 18 | ||
19 | #include <asm/page.h> | 19 | #include <asm/page.h> |
20 | 20 | ||
21 | /* | 21 | /** |
22 | * DOC: bitmap introduction | ||
23 | * | ||
22 | * bitmaps provide an array of bits, implemented using an an | 24 | * bitmaps provide an array of bits, implemented using an an |
23 | * array of unsigned longs. The number of valid bits in a | 25 | * array of unsigned longs. The number of valid bits in a |
24 | * given bitmap does _not_ need to be an exact multiple of | 26 | * given bitmap does _not_ need to be an exact multiple of |