Commit 19ba9ecf authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Matthew Wilcox

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: default avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
parent b0606fed
...@@ -496,7 +496,7 @@ static inline void *xa_store_bh(struct xarray *xa, unsigned long index, ...@@ -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. * @xa: XArray.
* @index: Index into array. * @index: Index into array.
* @entry: New entry. * @entry: New entry.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment