From: Cyrill Gorcunov Date: Mon, 14 Jan 2019 08:40:47 +0000 (+0300) Subject: XArray: Fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19ba9ecf24189bd74d070aa1b1c4bcb9fe4ae849;p=linux.git 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 Signed-off-by: Matthew Wilcox --- diff --git a/include/linux/xarray.h b/include/linux/xarray.h index 12244aa98a697..7da665f5cb207 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.