Message ID | 20240124-connector-maintainer-v1-1-a9703202fd9a@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 586e40aa883cab255ab8ddfe332c4092a5349cb7 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: Add connector headers to NETWORKING DRIVERS | expand |
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 24 Jan 2024 09:16:22 +0000 you wrote: > Commit 46cf789b68b2 ("connector: Move maintainence under networking > drivers umbrella.") moved the connector maintenance but did not include > the connector header files. > > It seems that it has always been implied that these headers were > maintained along with the rest of the connector code, both before and > after the cited commit. Make this explicit. > > [...] Here is the summary with links: - [net] MAINTAINERS: Add connector headers to NETWORKING DRIVERS https://git.kernel.org/netdev/net/c/586e40aa883c You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 8709c7cd3656..8e5cb3e1dac9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15158,6 +15158,7 @@ F: Documentation/networking/net_cachelines/net_device.rst F: drivers/connector/ F: drivers/net/ F: include/dt-bindings/net/ +F: include/linux/cn_proc.h F: include/linux/etherdevice.h F: include/linux/fcdevice.h F: include/linux/fddidevice.h @@ -15165,6 +15166,7 @@ F: include/linux/hippidevice.h F: include/linux/if_* F: include/linux/inetdevice.h F: include/linux/netdevice.h +F: include/uapi/linux/cn_proc.h F: include/uapi/linux/if_* F: include/uapi/linux/netdevice.h X: drivers/net/wireless/
Commit 46cf789b68b2 ("connector: Move maintainence under networking drivers umbrella.") moved the connector maintenance but did not include the connector header files. It seems that it has always been implied that these headers were maintained along with the rest of the connector code, both before and after the cited commit. Make this explicit. Signed-off-by: Simon Horman <horms@kernel.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)