Skip to content

Commit

Permalink
XArray: Fix typo in comment
Browse files Browse the repository at this point in the history
Seems copy and paste typo, not a big deal but still
for consistency sake better to fix.

Signed-off-by: Cyrill Gorcunov <[email protected]>
Signed-off-by: Matthew Wilcox <[email protected]>
  • Loading branch information
cyrillos authored and Matthew Wilcox committed Jan 14, 2019
1 parent b0606fe commit 19ba9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/xarray.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19ba9ec

Please sign in to comment.