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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.