MAINTAINERS: repair reference in LYNX PCS MODULE
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 5 Sep 2020 10:37:00 +0000 (12:37 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Sep 2020 20:34:12 +0000 (13:34 -0700)
commite799151814d5ecde28d1ea450bea6543c0363c02
tree1267078bad212c92d0b2ef74a93a9b93ad280144
parent35b237a51f4e04a3b07e6047bcf3b491997f0ef5
MAINTAINERS: repair reference in LYNX PCS MODULE

Commit 0da4c3d393e4 ("net: phy: add Lynx PCS module") added the files in
./drivers/net/pcs/, but the new LYNX PCS MODULE section refers to
./drivers/net/phy/.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    drivers/net/phy/pcs-lynx.c

Repair the LYNX PCS MODULE section by referring to the right location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS