Skip to content
Commit 1d339638 authored by Miaohe Lin's avatar Miaohe Lin Committed by Linus Torvalds
Browse files

lib/percpu_counter.c: use helper macro abs()



Use helper macro abs() to simplify the "x >= t || x <= -t" cmp.

Signed-off-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200927122746.5964-1-linmiaohe@huawei.com


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6ed9b92e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment