diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 3f3b68199d74..37ef4b048795 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -756,7 +756,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits) | |||
756 | * | 756 | * |
757 | * The bit positions 0 through @bits are valid positions in @buf. | 757 | * The bit positions 0 through @bits are valid positions in @buf. |
758 | */ | 758 | */ |
759 | static int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) | 759 | int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) |
760 | { | 760 | { |
761 | int pos = 0; | 761 | int pos = 0; |
762 | 762 | ||