diff options
| -rw-r--r-- | include/linux/sbitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sbitmap.h b/include/linux/sbitmap.h index 14d558146aea..20f3e3f029b9 100644 --- a/include/linux/sbitmap.h +++ b/include/linux/sbitmap.h | |||
| @@ -330,7 +330,7 @@ static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) | |||
| 330 | /* | 330 | /* |
| 331 | * This one is special, since it doesn't actually clear the bit, rather it | 331 | * This one is special, since it doesn't actually clear the bit, rather it |
| 332 | * sets the corresponding bit in the ->cleared mask instead. Paired with | 332 | * sets the corresponding bit in the ->cleared mask instead. Paired with |
| 333 | * the caller doing sbitmap_batch_clear() if a given index is full, which | 333 | * the caller doing sbitmap_deferred_clear() if a given index is full, which |
| 334 | * will clear the previously freed entries in the corresponding ->word. | 334 | * will clear the previously freed entries in the corresponding ->word. |
| 335 | */ | 335 | */ |
| 336 | static inline void sbitmap_deferred_clear_bit(struct sbitmap *sb, unsigned int bitnr) | 336 | static inline void sbitmap_deferred_clear_bit(struct sbitmap *sb, unsigned int bitnr) |
