projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0606fe
)
XArray: Fix typo in comment
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Mon, 14 Jan 2019 08:40:47 +0000
(11:40 +0300)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/include/linux/xarray.h
b/include/linux/xarray.h
index 12244aa98a697f0c7698641534011dcaed048953..7da665f5cb207cdd14434a0b388045df55217fbe 100644
(file)
--- a/
include/linux/xarray.h
+++ b/
include/linux/xarray.h
@@
-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.