linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next]: xarray: Fix typo in comment
@ 2019-01-14  8:40 Cyrill Gorcunov
  2019-01-14 17:29 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2019-01-14  8:40 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Andrew Morton, LKML

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>
---
 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH next]: xarray: Fix typo in comment
  2019-01-14  8:40 [PATCH next]: xarray: Fix typo in comment Cyrill Gorcunov
@ 2019-01-14 17:29 ` Matthew Wilcox
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2019-01-14 17:29 UTC (permalink / raw)
  To: Cyrill Gorcunov; +Cc: Andrew Morton, LKML

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-14 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14  8:40 [PATCH next]: xarray: Fix typo in comment Cyrill Gorcunov
2019-01-14 17:29 ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).