2019-01-14 08:42:18

by Cyrill Gorcunov

[permalink] [raw]
Subject: [PATCH next]: xarray: Fix typo in comment

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.


2019-01-14 17:30:54

by Matthew Wilcox

[permalink] [raw]
Subject: Re: [PATCH next]: xarray: Fix typo in comment

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.