summaryrefslogtreecommitdiff
path: root/include/linux/eytzinger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/eytzinger.h')
-rw-r--r--include/linux/eytzinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/eytzinger.h b/include/linux/eytzinger.h
index 9565a5c2..10315010 100644
--- a/include/linux/eytzinger.h
+++ b/include/linux/eytzinger.h
@@ -277,7 +277,7 @@ static inline ssize_t eytzinger0_find_le(void *base, size_t nr, size_t size,
int _res; \
\
while (_i < _nr && \
- (_res = _cmp(_search, _base + _i * _size, _size))) \
+ (_res = _cmp(_search, _base + _i * _size))) \
_i = eytzinger0_child(_i, _res > 0); \
_i; \
})