diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2019-01-14 11:40:47 +0300 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2019-01-14 12:52:16 -0500 |
commit | 19ba9ecf24189bd74d070aa1b1c4bcb9fe4ae849 (patch) | |
tree | a2633e8d4249d91da7c71a5e30b4c111463907de /include | |
parent | b0606fed6eece16a421034eca0bbea9a08b90e91 (diff) |
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@gmail.com>
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/xarray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/xarray.h b/include/linux/xarray.h index 12244aa98a69..7da665f5cb20 100644 --- 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. |