MAINTAINERS: add keyword match on PTP

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>
This commit is contained in:
Jakub Kicinski 2022-10-19 19:19:13 -07:00 committed by David S. Miller
parent 46cdedf2a0
commit 4d814b329a

View File

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