
18 Mar
2023
18 Mar
'23
9:20 p.m.
On Thu, 16 Mar 2023 at 16:17, Chris Packham judge.packham@gmail.com wrote:
The find_closest() macro can be used to find an element in a sorted array that is closest to an input value.
Signed-off-by: Chris Packham judge.packham@gmail.com
include/linux/kernel.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Good to mention the Linux version it was taken from