aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2024-08-21 09:46:44 +0100
committerPaolo Abeni <pabeni@redhat.com>2024-08-22 15:23:41 +0200
commit1ac66c4960e1c735eb6edfd3e6d52bebb2aa347e (patch)
tree9b2c7c6755bd30b87be19f193a2331cd71f9eb23
parentocteontx2-af: Fix CPT AF register offset calculation (diff)
downloadwireguard-linux-1ac66c4960e1c735eb6edfd3e6d52bebb2aa347e.tar.xz
wireguard-linux-1ac66c4960e1c735eb6edfd3e6d52bebb2aa347e.zip
MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
This is part of an effort to assign a section in MAINTAINERS to header files that relate to Networking. In this case the files with "net" in their name. It seems that sonet.h is included in ATM related source files, and thus that ATM is the most relevant section for these files. Cc: Chas Williams <3chas3@gmail.com> Signed-off-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a964a34651f5..c682203915a2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3504,7 +3504,9 @@ S: Maintained
W: http://linux-atm.sourceforge.net
F: drivers/atm/
F: include/linux/atm*
+F: include/linux/sonet.h
F: include/uapi/linux/atm*
+F: include/uapi/linux/sonet.h
ATMEL MACB ETHERNET DRIVER
M: Nicolas Ferre <nicolas.ferre@microchip.com>