diff options
author | George Guo <guodongtai@kylinos.cn> | 2024-02-04 05:35:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-07 15:38:30 +0300 |
commit | 23c5ae6d467520987dbc8682c3ae6ea0e80a5f27 (patch) | |
tree | 1672c973aeebf45ef214a7e9c34c099ca7ba33a8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9bc791341bc9a5c22b94889aa37993bb69faa317 (diff) | |
download | linux-23c5ae6d467520987dbc8682c3ae6ea0e80a5f27.tar.xz |
netlabel: cleanup struct netlbl_lsm_catmap
Simplify the code from macro NETLBL_CATMAP_MAPTYPE to u64, and fix
warning "Macros with complex values should be enclosed in parentheses"
on "#define NETLBL_CATMAP_BIT (NETLBL_CATMAP_MAPTYPE)0x01", which is
modified to "#define NETLBL_CATMAP_BIT ((u64)0x01)".
Signed-off-by: George Guo <guodongtai@kylinos.cn>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions