1
0
Fork 0

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>
hifive-unleashed-5.1
Cyrill Gorcunov 2019-01-14 11:40:47 +03:00 committed by Matthew Wilcox
parent b0606fed6e
commit 19ba9ecf24
1 changed files with 1 additions and 1 deletions

View File

@ -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.