Skip to content

Commit

Permalink
MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name
Browse files Browse the repository at this point in the history
Commit 2b43470 ("xsk: Introduce AF_XDP buffer allocation API") added a
new header file include/net/xsk_buff_pool.h, but commit 28bee21
("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file
entry referring to include/net/xsk_buffer_pool.h.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  include/net/xsk_buffer_pool.h

Adjust the entry in XDP SOCKETS to the actual file name.

Signed-off-by: Lukas Bulwahn <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
  • Loading branch information
bulwahn authored and Alexei Starovoitov committed Jun 1, 2020
1 parent fe53739 commit 2b983b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -18456,7 +18456,7 @@ L: [email protected]
L: [email protected]
S: Maintained
F: include/net/xdp_sock*
F: include/net/xsk_buffer_pool.h
F: include/net/xsk_buff_pool.h
F: include/uapi/linux/if_xdp.h
F: net/xdp/
F: samples/bpf/xdpsock*
Expand Down

0 comments on commit 2b983b4

Please sign in to comment.