diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2019-04-08 19:08:04 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-08 20:10:45 +0300 |
commit | b1a6e8f9131381a92bfdacdf86ef80cca82f71d4 (patch) | |
tree | 479173bb1edf3cfdd92b70d4c09516f2a83ea0eb /MAINTAINERS | |
parent | 5055376a3b44c4021de8830c9157f086a97731df (diff) | |
download | linux-b1a6e8f9131381a92bfdacdf86ef80cca82f71d4.tar.xz |
MAINTAINERS: ieee802154: update documentation file pattern
When moving the documentation for the ieee802154 subsystem from
plain text to rst the file pattern in the MAINTAINERS file got wrong.
Updating it here to fix scripts using this file.
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6771bd784f5f..621622138860 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7515,7 +7515,7 @@ F: include/net/mac802154.h F: include/net/af_ieee802154.h F: include/net/cfg802154.h F: include/net/ieee802154_netdev.h -F: Documentation/networking/ieee802154.txt +F: Documentation/networking/ieee802154.rst IFE PROTOCOL M: Yotam Gigi <yotam.gi@gmail.com> |