Messages in this thread Patch in this message |  | | | Subject | Re: [PATCH 02/10] MAINTAINERS - Add file patterns | | From | Joe Perches <> | | Date | Wed, 08 Apr 2009 10:07:55 -0700 |
| |
On Wed, 2009-04-08 at 09:51 -0700, Greg KH wrote: > On Tue, Apr 07, 2009 at 10:17:44PM -0700, Joe Perches wrote: > > DRIVER CORE, KOBJECTS, AND SYSFS > > P: Greg Kroah-Hartman > > M: gregkh@suse.de > > L: linux-kernel@vger.kernel.org > > T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ > > S: Supported > > +F: Documentation/kobject.txt > > +F: drivers/base/core.c > > That should be drivers/base*
OK. You'll also get changes in drivers/base/power/ Here it is now...
commit 8239947be909d5aba4e9fa809bbabcedd2653847 Author: Joe Perches <joe@perches.com> Date: Wed Apr 8 10:04:18 2009 -0700
MAINTAINERS - Update DRIVER CORE patterns
Signed-off-by: Joe Perches <joe@perches.com> --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b663cea..2827fc1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1817,17 +1817,17 @@ F: drivers/scsi/dpt/ DRIVER CORE, KOBJECTS, AND SYSFS P: Greg Kroah-Hartman M: gregkh@suse.de L: linux-kernel@vger.kernel.org T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ S: Supported F: Documentation/kobject.txt -F: drivers/base/core.c +F: drivers/base/ F: fs/sysfs/ F: include/linux/kobj* F: lib/kobj* DRM DRIVERS P: David Airlie M: airlied@linux.ie L: dri-devel@lists.sourceforge.net
|  |