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 ffb78c916ccd..d7137e7e06e8 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -672,7 +672,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits) | |||
672 | * | 672 | * |
673 | * The bit positions 0 through @bits are valid positions in @buf. | 673 | * The bit positions 0 through @bits are valid positions in @buf. |
674 | */ | 674 | */ |
675 | static int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) | 675 | int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) |
676 | { | 676 | { |
677 | int pos = 0; | 677 | int pos = 0; |
678 | 678 | ||