MAINTAINERS: Fixes to Networking Buffers section
Add a missing c-file (buf_simple.c) and use a dedicated label for Networking Buffers. Also add explicit excludes of the same files to the Networking section. Without the dedicated label it seems that the wrong maintainer gets set as assignee for pull requests. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
58e1963c6b
commit
d10e0e5247
|
@ -2032,10 +2032,12 @@ Networking:
|
|||
- include/zephyr/net/gptp.h
|
||||
- include/zephyr/net/ieee802154*.h
|
||||
- include/zephyr/net/wifi*.h
|
||||
- include/zephyr/net/buf.h
|
||||
- samples/net/gptp/
|
||||
- samples/net/sockets/coap_*/
|
||||
- samples/net/lwm2m_client/
|
||||
- samples/net/wifi/
|
||||
- subsys/net/buf*.c
|
||||
- subsys/net/l2/ethernet/gptp/
|
||||
- subsys/net/l2/ieee802154/
|
||||
- subsys/net/l2/wifi/
|
||||
|
@ -2070,10 +2072,10 @@ Networking:
|
|||
- jukkar
|
||||
files:
|
||||
- include/zephyr/net/buf.h
|
||||
- subsys/net/buf.c
|
||||
- subsys/net/buf*.c
|
||||
- tests/net/buf/
|
||||
labels:
|
||||
- "area: Networking"
|
||||
- "area: Networking Buffers"
|
||||
|
||||
"Networking: Connection Manager":
|
||||
status: maintained
|
||||
|
|
Loading…
Reference in a new issue