XArray: Fix typo in comment
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 14 Jan 2019 08:40:47 +0000 (11:40 +0300)
committerMatthew Wilcox <willy@infradead.org>
Mon, 14 Jan 2019 17:52:16 +0000 (12:52 -0500)
Seems copy and paste typo, not a big deal but still
for consistency sake better to fix.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/xarray.h

index 12244aa..7da665f 100644 (file)
@@ -496,7 +496,7 @@ static inline void *xa_store_bh(struct xarray *xa, unsigned long index,
 }
 
 /**
- * xa_store_irq() - Erase this entry from the XArray.
+ * xa_store_irq() - Store this entry in the XArray.
  * @xa: XArray.
  * @index: Index into array.
  * @entry: New entry.