Seems copy and paste typo, not a big deal but still
for consistency sake better to fix.
Signed-off-by: Cyrill Gorcunov <[email protected]>
---
include/linux/xarray.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-next.git/include/linux/xarray.h
===================================================================
--- linux-next.git.orig/include/linux/xarray.h
+++ linux-next.git/include/linux/xarray.h
@@ -496,7 +496,7 @@ static inline void *xa_store_bh(struct x
}
/**
- * 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.
On Mon, Jan 14, 2019 at 11:40:47AM +0300, Cyrill Gorcunov wrote:
> Seems copy and paste typo, not a big deal but still
> for consistency sake better to fix.
Thanks. It's actually in 4.20-rc4, not just -next. I'll queue it for
a pull request soon.