[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190114084047.GE17906@uranus.lan>
Date:   Mon, 14 Jan 2019 11:40:47 +0300
From:   Cyrill Gorcunov <gorcunov@...il.com>
To:     Matthew Wilcox <willy@...radead.org>
Cc:     Andrew Morton <akpm@...uxfoundation.org>,
        LKML <linux-kernel@...r.kernel.org>
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 <gorcunov@...il.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.
Powered by blists - more mailing lists
 
