aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/xarray.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2019-01-14 03:40:47 -0500
committerMatthew Wilcox <willy@infradead.org>2019-01-14 12:52:16 -0500
commit19ba9ecf24189bd74d070aa1b1c4bcb9fe4ae849 (patch)
treea2633e8d4249d91da7c71a5e30b4c111463907de /include/linux/xarray.h
parentb0606fed6eece16a421034eca0bbea9a08b90e91 (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/linux/xarray.h')
-rw-r--r--include/linux/xarray.h2
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,
496} 496}
497 497
498/** 498/**
499 * xa_store_irq() - Erase this entry from the XArray. 499 * xa_store_irq() - Store this entry in the XArray.
500 * @xa: XArray. 500 * @xa: XArray.
501 * @index: Index into array. 501 * @index: Index into array.
502 * @entry: New entry. 502 * @entry: New entry.