From: Chengguang Xu Date: Fri, 6 Dec 2019 10:29:03 +0000 (+0800) Subject: XArray: Fix incorrect comment in header file X-Git-Tag: v5.10.7~2932^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24a448b165253b6f2ab1e0bcdba9a733007681d6;p=platform%2Fkernel%2Flinux-rpi.git XArray: Fix incorrect comment in header file 256 means Retry entry and 257 means Zero entry, so fix it. Signed-off-by: Chengguang Xu Signed-off-by: Matthew Wilcox (Oracle) --- diff --git a/include/linux/xarray.h b/include/linux/xarray.h index f73e177..a491653 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