From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752082AbcF3Ktw (ORCPT ); Thu, 30 Jun 2016 06:49:52 -0400 Received: from smtprelay0159.hostedemail.com ([216.40.44.159]:60348 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751839AbcF3Ktn (ORCPT ); Thu, 30 Jun 2016 06:49:43 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2525:2560:2563:2682:2685:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3352:3622:3865:3868:3870:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:4384:4659:5007:6120:6609:6742:7576:7809:7901:9025:9388:10004:10049:10400:10848:11232:11657:11658:11783:11914:12043:12295:12517:12519:12740:13069:13311:13357:13439:13894:14181:14659:14721:14764:21080:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:12,LUA_SUMMARY:none X-HE-Tag: blow02_66394c4b7465a X-Filterd-Recvd-Size: 2592 Message-ID: <1467283701.24287.137.camel@perches.com> Subject: Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver From: Joe Perches To: Yisen Zhuang , davem@davemloft.net, salil.mehta@huawei.com Cc: akpm@linux-foundation.org, gregkh@linuxfoundation.org, kvalo@codeaurora.org, mchehab@osg.samsung.com, linux@roeck-us.net, jslaby@suse.cz, yankejian@huawei.com, huangdaode@hisilicon.com, lipeng321@huawei.com, xieqianqian@huawei.com, arnd@arndb.de, andrew@lunn.ch, xypron.glpk@gmx.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Thu, 30 Jun 2016 03:48:21 -0700 In-Reply-To: <1467271509-63162-2-git-send-email-Yisen.Zhuang@huawei.com> References: <1467271509-63162-1-git-send-email-Yisen.Zhuang@huawei.com> <1467271509-63162-2-git-send-email-Yisen.Zhuang@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? using F: drivers/net/ethernet/hisilicon/ matches all files in hisilicon and any directory below it.