aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorEli Cohen <[email protected]>2022-01-05 13:46:45 +0200
committerMichael S. Tsirkin <[email protected]>2022-01-14 18:50:54 -0500
commit47a1401ac95f95936148b813843ee51d516921ea (patch)
treea2ddab25a408f71ff5d095b92e583971005cbb89 /net/lapb/lapb_in.c
parentcbe777e98b3a420a6d66b7ce7780334c48eccc88 (diff)
vdpa: Use BIT_ULL for bit operations
All masks in this file are 64 bits. Change BIT to BIT_ULL. Other occurences use (1 << val) which yields a 32 bit value. Change them to use BIT_ULL too. Reviewed-by: Si-Wei Liu <[email protected]> Signed-off-by: Eli Cohen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Jason Wang <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions