public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Yisen Zhuang <Yisen.Zhuang@huawei.com>,
	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
Subject: Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver
Date: Thu, 30 Jun 2016 03:48:21 -0700	[thread overview]
Message-ID: <1467283701.24287.137.camel@perches.com> (raw)
In-Reply-To: <1467271509-63162-2-git-send-email-Yisen.Zhuang@huawei.com>

On Thu, 2016-06-30 at 15:25 +0800, Yisen Zhuang wrote:
> From: Daode Huang <huangdaode@hisilicon.com>
> 
> 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 <yisen.zhuang@huawei.com>
> +M:	Salil Mehta <salil.mehta@huawei.com>
> +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.

  reply	other threads:[~2016-06-30 10:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-30  7:25 [PATCH v2 net-next 0/9] net: hns: fix the typo of hns Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver Yisen Zhuang
2016-06-30 10:48   ` Joe Perches [this message]
2016-07-01  2:15     ` Daode Huang
2016-06-30  7:25 ` [PATCH v2 net-next 2/9] net: hns: fix code style about " Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 3/9] net: hns: change code style from a = a + x to a += x Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 4/9] net: hns: delete redundant parenthese Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 5/9] net: hns: add a space before "*/" Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 6/9] net: hns: normalize two different loop Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 7/9] net: hns: remove redundant hns_mac_dev_to_enet_if() Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 8/9] net: hns: add media-type property for hns Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 9/9] net: hns: get reset registers from DT Yisen Zhuang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467283701.24287.137.camel@perches.com \
    --to=joe@perches.com \
    --cc=Yisen.Zhuang@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=huangdaode@hisilicon.com \
    --cc=jslaby@suse.cz \
    --cc=kvalo@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lipeng321@huawei.com \
    --cc=mchehab@osg.samsung.com \
    --cc=netdev@vger.kernel.org \
    --cc=salil.mehta@huawei.com \
    --cc=xieqianqian@huawei.com \
    --cc=xypron.glpk@gmx.de \
    --cc=yankejian@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox