Skip to content
Snippets Groups Projects
Commit e123134b authored by Canfeng Guo's avatar Canfeng Guo Committed by Paul Moore
Browse files

selinux: Use 1UL for EBITMAP_BIT to match maps type


This patch modifies the definition of EBITMAP_BIT in
security/selinux/ss/ebitmap.h from 1ULL to 1UL to match the type
of elements in the ebitmap_node maps array.

This change does not affect the functionality or correctness of
the code but aims to enhance code quality by adhering to good
programming practices and avoiding unnecessary type conversions.

Signed-off-by: default avatarCanfeng Guo <guocanfeng@uniontech.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 1613e604
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment