All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peter Hüwe" <PeterHuewe@gmx.de>
To: Joe Perches <joe@perches.com>
Cc: David Vrabel <david.vrabel@csr.com>,
	Jiri Kosina <trivial@kernel.org>,
	kernel-janitors@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MAINTAINERS: Fix entry for uwb to include subdirectories
Date: Tue, 22 Dec 2009 10:23:18 +0000	[thread overview]
Message-ID: <200912221123.18969.PeterHuewe@gmx.de> (raw)
In-Reply-To: <1261473735.1895.22.camel@Joe-Laptop.home>

Am Dienstag 22 Dezember 2009 10:22:15 schrieb Joe Perches:
> On Tue, 2009-12-22 at 10:05 +0100, Peter Huewe wrote:
> > This little patch removes the asterisk wildcard, in order to get the uwb
> > maintainer when using get_maintainer.pl on anyfiles in the
> > subdirectories of uwb.
> 
> Is this correct?
> Does David Vrabel maintain drivers/uwb/i1480/ ?
Okay I should have asked David first wether this is correct or not :) 
However I created a patch earlier today for 
uwb/i1480/i1480-est.c 
Subject was [PATCH 1/6] uwb/i1480: add __init/__exit macros
and was told by Marcel Holtmann:
>> @Jiri: As there is no maintainer, it seems it is up to you to decide :)
>actually David Vrabel is taking care of the UWB subsystem and everything
>related to it.

> 
> > Otherwise it get_maintainer.pl does not come up with a result
> 
> Sure it does:
> $ ./scripts/get_maintainer.pl -f drivers/uwb/i1480
> Jiri Kosina <jkosina@suse.cz>
> David Vrabel <david.vrabel@csr.com>
> Stephen Hemminger <shemminger@vyatta.com>
> David S. Miller <davem@davemloft.net>
> Nick Andrew <nick@nick-andrew.net>
> linux-kernel@vger.kernel.org

But it does not yield a result for any file within i1480:
$ ./scripts/get_maintainer.pl -f drivers/uwb/i1480/i1480-est.c
linux-kernel@vger.kernel.org
$

Regards,
Peter

WARNING: multiple messages have this Message-ID (diff)
From: "Peter Hüwe" <PeterHuewe@gmx.de>
To: Joe Perches <joe@perches.com>
Cc: David Vrabel <david.vrabel@csr.com>,
	Jiri Kosina <trivial@kernel.org>,
	kernel-janitors@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MAINTAINERS: Fix entry for uwb to include subdirectories
Date: Tue, 22 Dec 2009 11:23:18 +0100	[thread overview]
Message-ID: <200912221123.18969.PeterHuewe@gmx.de> (raw)
In-Reply-To: <1261473735.1895.22.camel@Joe-Laptop.home>

Am Dienstag 22 Dezember 2009 10:22:15 schrieb Joe Perches:
> On Tue, 2009-12-22 at 10:05 +0100, Peter Huewe wrote:
> > This little patch removes the asterisk wildcard, in order to get the uwb
> > maintainer when using get_maintainer.pl on anyfiles in the
> > subdirectories of uwb.
> 
> Is this correct?
> Does David Vrabel maintain drivers/uwb/i1480/ ?
Okay I should have asked David first wether this is correct or not :) 
However I created a patch earlier today for 
uwb/i1480/i1480-est.c 
Subject was [PATCH 1/6] uwb/i1480: add __init/__exit macros
and was told by Marcel Holtmann:
>> @Jiri: As there is no maintainer, it seems it is up to you to decide :)
>actually David Vrabel is taking care of the UWB subsystem and everything
>related to it.

> 
> > Otherwise it get_maintainer.pl does not come up with a result
> 
> Sure it does:
> $ ./scripts/get_maintainer.pl -f drivers/uwb/i1480
> Jiri Kosina <jkosina@suse.cz>
> David Vrabel <david.vrabel@csr.com>
> Stephen Hemminger <shemminger@vyatta.com>
> David S. Miller <davem@davemloft.net>
> Nick Andrew <nick@nick-andrew.net>
> linux-kernel@vger.kernel.org

But it does not yield a result for any file within i1480:
$ ./scripts/get_maintainer.pl -f drivers/uwb/i1480/i1480-est.c
linux-kernel@vger.kernel.org
$

Regards,
Peter

  reply	other threads:[~2009-12-22 10:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-22  9:05 [PATCH] MAINTAINERS: Fix entry for uwb to include subdirectories Peter Huewe
2009-12-22  9:05 ` Peter Huewe
2009-12-22  9:22 ` [PATCH] MAINTAINERS: Fix entry for uwb to include Joe Perches
2009-12-22  9:22   ` [PATCH] MAINTAINERS: Fix entry for uwb to include subdirectories Joe Perches
2009-12-22 10:23   ` Peter Hüwe [this message]
2009-12-22 10:23     ` Peter Hüwe
2009-12-22 10:30   ` Peter Hüwe
2009-12-22 10:30     ` Peter Hüwe
2009-12-22 10:59     ` [PATCH] MAINTAINERS: Fix entry for uwb to include Joe Perches
2009-12-22 10:59       ` [PATCH] MAINTAINERS: Fix entry for uwb to include subdirectories Joe Perches
2009-12-22 12:26   ` David Vrabel

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=200912221123.18969.PeterHuewe@gmx.de \
    --to=peterhuewe@gmx.de \
    --cc=akpm@linux-foundation.org \
    --cc=david.vrabel@csr.com \
    --cc=joe@perches.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.