[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1444759604.9184.35.camel@perches.com>
Date: Tue, 13 Oct 2015 11:06:44 -0700
From: Joe Perches <joe@...ches.com>
To: Sudeep Dutt <sudeep.dutt@...el.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org,
Ashutosh Dixit <ashutosh.dixit@...el.com>
Subject: Re: [PATCH char-misc-next 1/1] MAINTAINERS: Add maintainership for
MIC drivers
On Tue, 2015-10-13 at 10:58 -0700, Sudeep Dutt wrote:
> Add entry for MIC drivers to the MAINTAINERS file
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> +INTEL MIC DRIVERS (mic)
[]
> +F: drivers/misc/mic/*
This covers only 2 files:
drivers/misc/mic/Kconfig
drivers/misc/mic/Makefile
Presumably you want
F: drivers/misc/mic/
See the MAINTAINERS description of F:
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists