Skip to content

Commit e2bd974

Browse files
seehearfeelAlexei Starovoitov
authored andcommitted
tools/bpf: Use tab instead of white spaces to sync bpf.h
Just silence the following build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h' Signed-off-by: Tiezhu Yang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 158e5e9 commit e2bd974

File tree

1 file changed

+2
-2
lines changed
  • tools/include/uapi/linux

1 file changed

+2
-2
lines changed

tools/include/uapi/linux/bpf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,8 +5817,8 @@ enum {
58175817
BPF_F_ADJ_ROOM_ENCAP_L4_UDP = (1ULL << 4),
58185818
BPF_F_ADJ_ROOM_NO_CSUM_RESET = (1ULL << 5),
58195819
BPF_F_ADJ_ROOM_ENCAP_L2_ETH = (1ULL << 6),
5820-
BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = (1ULL << 7),
5821-
BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = (1ULL << 8),
5820+
BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = (1ULL << 7),
5821+
BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = (1ULL << 8),
58225822
};
58235823

58245824
enum {

0 commit comments

Comments
 (0)