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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,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 5EA3BC43381 for ; Mon, 25 Mar 2019 21:27:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 377D72084D for ; Mon, 25 Mar 2019 21:27:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730858AbfCYV1e (ORCPT ); Mon, 25 Mar 2019 17:27:34 -0400 Received: from smtprelay0118.hostedemail.com ([216.40.44.118]:37246 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730747AbfCYV1d (ORCPT ); Mon, 25 Mar 2019 17:27:33 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 8B70F180A884F; Mon, 25 Mar 2019 21:27:31 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: rice78_24009da3de43b X-Filterd-Recvd-Size: 3642 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf15.hostedemail.com (Postfix) with ESMTPA; Mon, 25 Mar 2019 21:27:27 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Huacai Chen , linux-mips@vger.kernel.org, Jiaxun Yang , Ralf Baechle , James Hogan Subject: Bad file pattern in MAINTAINERS section 'MIPS/LOONGSON3 ARCHITECTURE' Date: Mon, 25 Mar 2019 14:27:25 -0700 Message-Id: <20190325212726.27184-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: 10365 MIPS/LOONGSON3 ARCHITECTURE 10366 M: Huacai Chen 10367 L: linux-mips@vger.kernel.org 10368 S: Maintained 10369 F: arch/mips/loongson64/ 10370 F: arch/mips/include/asm/mach-loongson64/ 10371 F: drivers/platform/mips/cpu_hwmon.c 10372 F: drivers/*/*loongson3* --> 10373 F: drivers/*/*/*loongson3* 2: --------------------------------------------------------------------------- The most recent commit that added or modified file pattern 'drivers/*/*/*loongson3*': commit ffe1f9356fbe55df7dd7f7f6b050ee8b7136611f Author: Huacai Chen Date: Thu Dec 7 14:31:08 2017 +0800 MAINTAINERS: Add Loongson-2/Loongson-3 maintainers Add Jiaxun Yang as the MIPS/Loongson-2 maintainer and add Huacai Chen as the MIPS/Loongson-3 maintainer. [ralf@linux-mips.org: Don't put all of drivers/platform/mips/ into these two entries but rather only the files required even though at this time the Loongson platforms are the only users of drivers/platform/mips/.] Signed-off-by: Huacai Chen Signed-off-by: Jiaxun Yang Cc: Linus Torvalds Cc: Greg Kroah-Hartman Cc: Stephen Rothwell Cc: James Hogan Cc: Rui Wang Cc: Binbin Zhou Cc: Ce Sun Cc: Yao Wang Cc: Liangliang Huang Cc: Fuxin Zhang Cc: Zhangjin Wu Cc: Jiaxun Yang Cc: r@hev.cc Cc: zhoubb.aaron@gmail.com Cc: huanglllzu@163.com Cc: 513434146@qq.com Cc: 1393699660@qq.com Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Huacai Chen Patchwork: https://patchwork.linux-mips.org/patch/17888/ Signed-off-by: Ralf Baechle Signed-off-by: James Hogan MAINTAINERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 3: --------------------------------------------------------------------------- No commit with file pattern 'drivers/*/*/*loongson3*' was found