From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 667A6C43381 for ; Mon, 25 Mar 2019 21:27:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 437FA2070D for ; Mon, 25 Mar 2019 21:27:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730500AbfCYV1G (ORCPT ); Mon, 25 Mar 2019 17:27:06 -0400 Received: from smtprelay0160.hostedemail.com ([216.40.44.160]:37157 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729693AbfCYV1G (ORCPT ); Mon, 25 Mar 2019 17:27:06 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 6C4FA180A8136; Mon, 25 Mar 2019 21:27:04 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: drop16_206a926781a2e X-Filterd-Recvd-Size: 3575 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA; Mon, 25 Mar 2019 21:27:02 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org, Varka Bhadram , Marcel Holtmann , "David S . Miller" Subject: Bad file pattern in MAINTAINERS section 'IEEE 802.15.4 SUBSYSTEM' Date: Mon, 25 Mar 2019 14:27:01 -0700 Message-Id: <20190325212701.26768-1-joe@perches.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 7511 M: Stefan Schmidt 7512 L: linux-wpan@vger.kernel.org 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 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 Signed-off-by: Marcel Holtmann 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 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 Signed-off-by: David S. Miller Documentation/networking/ieee802154.txt | 177 -------------------------------- 1 file changed, 177 deletions(-)