diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2024-12-19 20:08:37 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2024-12-23 12:39:12 +0100 |
commit | 1263e69a7c47a68537476298f13f943fb954581e (patch) | |
tree | 00376a5f4f64774cd4bd4a4e07bd860754de5e4d | |
parent | 57769cb9ccbad92c5126264584346ebc8501b353 (diff) |
MAINTAINERS: assign em_canid.c additionally to CAN maintainers
The extended match rule em_canid is used to classify CAN frames based
on their CAN Identifier. To keep the CAN maintainers in the loop for
relevant changes which might affect the CAN specific functionality add
em_canid.c to the CAN NETWORK LAYER files.
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://patch.msgid.link/20241219190837.3087-1-socketcan@hartkopp.net
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0456a33ef657..a7716f48f50c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5065,6 +5065,7 @@ F: include/uapi/linux/can/gw.h F: include/uapi/linux/can/isotp.h F: include/uapi/linux/can/raw.h F: net/can/ +F: net/sched/em_canid.c CAN-J1939 NETWORK LAYER M: Robin van der Gracht <robin@protonic.nl> |