diff mbox series

xarray: Fix incorrect comment in header file

Message ID 20191206102903.9492-1-cgxu519@mykernel.net (mailing list archive)
State New, archived
Headers show
Series xarray: Fix incorrect comment in header file | expand

Commit Message

Chengguang Xu Dec. 6, 2019, 10:29 a.m. UTC
256 means Retry entry and 257 means Zero entry,
so fix it.

Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
---
 include/linux/xarray.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Matthew Wilcox Jan. 31, 2020, 12:02 p.m. UTC | #1
On Fri, Dec 06, 2019 at 06:29:03PM +0800, Chengguang Xu wrote:
> 256 means Retry entry and 257 means Zero entry,
> so fix it.

Thanks, applied.
diff mbox series

Patch

diff --git a/include/linux/xarray.h b/include/linux/xarray.h
index 86eecbd98e84..c443840a1cae 100644
--- a/include/linux/xarray.h
+++ b/include/linux/xarray.h
@@ -32,8 +32,8 @@ 
  * The following internal entries have a special meaning:
  *
  * 0-62: Sibling entries
- * 256: Zero entry
- * 257: Retry entry
+ * 256: Retry entry
+ * 257: Zero entry
  *
  * Errors are also represented as internal entries, but use the negative
  * space (-4094 to -2).  They're never stored in the slots array; only