Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM'

From: Joe Perches
Date: Mon Mar 25 2019 - 17:27:08 EST


A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

7509 IEEE 802.15.4 SUBSYSTEM
7510 M: Alexander Aring <alex.aring@xxxxxxxxx>
7511 M: Stefan Schmidt <stefan@xxxxxxxxxxxxxxxxxx>
7512 L: linux-wpan@xxxxxxxxxxxxxxx
7513 W: http://wpan.cakelab.org/
7514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
7515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
7516 S: Maintained
7517 F: net/ieee802154/
7518 F: net/mac802154/
7519 F: drivers/net/ieee802154/
7520 F: include/linux/nl802154.h
7521 F: include/linux/ieee802154.h
7522 F: include/net/nl802154.h
7523 F: include/net/mac802154.h
7524 F: include/net/af_ieee802154.h
7525 F: include/net/cfg802154.h
7526 F: include/net/ieee802154_netdev.h
--> 7527 F: Documentation/networking/ieee802154.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/networking/ieee802154.txt':

commit ebef9c1236170fb3ba4dc05ccb41f6d842eb1c12
Author: Varka Bhadram <varkab@xxxxxxx>
Date: Fri Aug 8 17:32:45 2014 +0530

MAINTAINERS: update maintainers info

adds the mailing list address for bluetooth 6loWPAN and
IEEE-802.15.4 subsystems. Also adds web page info.

Signed-off-by: Varka Bhadram <varkab@xxxxxxx>
Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx>

MAINTAINERS | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

3: ---------------------------------------------------------------------------

The last commit with a real presence of file pattern 'Documentation/networking/ieee802154.txt':

commit 8a42eda2582ada073d7320ca703fb5fa49600e87
Author: Stefan Schmidt <stefan@xxxxxxxxxxxxxxxxxx>
Date: Wed Feb 27 20:59:14 2019 +0100

doc: net: ieee802154: remove old plain text docs after switching to rst

The plain text docs are converted to rst now, which allows us to remove
the old text file from the tree.

Signed-off-by: Stefan Schmidt <stefan@xxxxxxxxxxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>

Documentation/networking/ieee802154.txt | 177 --------------------------------
1 file changed, 177 deletions(-)