Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757459AbXHMGKm (ORCPT ); Mon, 13 Aug 2007 02:10:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756347AbXHMGK2 (ORCPT ); Mon, 13 Aug 2007 02:10:28 -0400 Received: from DSL022.labridge.com ([206.117.136.22]:3344 "EHLO perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934772AbXHMGK0 (ORCPT ); Mon, 13 Aug 2007 02:10:26 -0400 Subject: [PATCH] [2/2many] - FInd the maintainer(s) for a patch - MAINTAINERS From: Joe Perches To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Content-Type: text/plain Date: Sun, 12 Aug 2007 23:10:16 -0700 Message-Id: <1186985416.10249.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2-2.1mdv2007.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 31 It helps when you do the diff the right way. Describe the new F: pattern Signed-off-by: Joe Perches diff --git a/MAINTAINERS b/MAINTAINERS index d3a0684..0d7f856 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -83,6 +83,13 @@ S: Status, one of the following: it has been replaced by a better system and you should be using that. +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. + 3C359 NETWORK DRIVER P: Mike Phillips M: mikep@linuxtr.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/