Skip to content
Commit 6668e818 authored by Haiyue Wang's avatar Haiyue Wang Committed by Andrii Nakryiko
Browse files

bpf,token: Use BIT_ULL() to convert the bit mask



Replace the '(1ULL << *)' with the macro BIT_ULL(nr).

Signed-off-by: default avatarHaiyue Wang <haiyue.wang@intel.com>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240127134901.3698613-1-haiyue.wang@intel.com
parent ff2071a7
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