MAINTAINERS: add keyword match on PTP
authorJakub Kicinski <kuba@kernel.org>
Thu, 20 Oct 2022 02:19:13 +0000 (19:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Oct 2022 12:23:48 +0000 (13:23 +0100)
Most of PTP drivers live under ethernet and we have to keep
telling people to CC the PTP maintainers. Let's try a keyword
match, we can refine as we go if it causes false positives.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS

index 8b73135..57ad33a 100644 (file)
@@ -16669,6 +16669,7 @@ F:      Documentation/driver-api/ptp.rst
 F:     drivers/net/phy/dp83640*
 F:     drivers/ptp/*
 F:     include/linux/ptp_cl*
+K:     (?:\b|_)ptp(?:\b|_)
 
 PTP VIRTUAL CLOCK SUPPORT
 M:     Yangbo Lu <yangbo.lu@nxp.com>