From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752535AbcGACUR (ORCPT ); Thu, 30 Jun 2016 22:20:17 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:5584 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752320AbcGACUN (ORCPT ); Thu, 30 Jun 2016 22:20:13 -0400 Subject: Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver To: Joe Perches , Yisen Zhuang , , References: <1467271509-63162-1-git-send-email-Yisen.Zhuang@huawei.com> <1467271509-63162-2-git-send-email-Yisen.Zhuang@huawei.com> <1467283701.24287.137.camel@perches.com> CC: , , , , , , , , , , , , , From: Daode Huang Message-ID: <5775D230.6040103@hisilicon.com> Date: Fri, 1 Jul 2016 10:15:12 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1467283701.24287.137.camel@perches.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.13.197] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5775D241.0099,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 7b817fa8fa3ad258690b91400e9abda1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/6/30 18:48, Joe Perches wrote: > On Thu, 2016-06-30 at 15:25 +0800, Yisen Zhuang wrote: >> From: Daode Huang >> >> This patch adds maintainers for hisilicon network subsystem driver > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -5421,6 +5421,15 @@ F: include/uapi/linux/if_hippi.h >> F: net/802/hippi.c >> F: drivers/net/hippi/ >> >> +HISILICON NETWORK SUBSYSTEM DRIVER >> +M: Yisen Zhuang >> +M: Salil Mehta >> +L: netdev@vger.kernel.org >> +W: http://www.hisilicon.com >> +S: Maintained >> +F: drivers/net/ethernet/hisilicon/* > >From MAINTAINERS: > > F: Files and directories with wildcard patterns. > A trailing slash includes all files and subdirectory files. > F: drivers/net/ all files in and below drivers/net > F: drivers/net/* all files in drivers/net, but not below > F: */net/* all files in "any top level directory"/net > One pattern per line. Multiple F: lines acceptable. > > So this pattern with the trailing /* matches only: > > drivers/net/ethernet/hisilicon/Kconfig > drivers/net/ethernet/hisilicon/Makefile > drivers/net/ethernet/hisilicon/hip04_eth.c > drivers/net/ethernet/hisilicon/hix5hd2_gmac.c > > and not any file in drivers/net/ethernet/hisilicon/hns/ > > Is that what you want? We will maintain all files in hisilicon and any directory below it. will fix it in next submit. Thanks > using > > F: drivers/net/ethernet/hisilicon/ > > matches all files in hisilicon and any directory below it. > > > > . >