Message ID | 20161221220553.36122-1-jarod@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 12/21/2016 5:05 PM, Jarod Wilson wrote: > Signed-off-by: Jarod Wilson <jarod@redhat.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bc6eb50..04b6834 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8,7 +8,7 @@ Descriptions of section entries: > F: Files and directories with wildcard patterns. > A trailing slash includes all files and subdirectory files. > F: providers/mlx4/ all files in and below providers/mlx4/ > - F: providers/* all files in drivers/net, but not below > + F: providers/* all files in providers, but not below > F: */net/* all files in "any top level directory"/net > One pattern per line. Multiple F: lines acceptable. > H: Historical authors > Thanks, applied.
diff --git a/MAINTAINERS b/MAINTAINERS index bc6eb50..04b6834 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8,7 +8,7 @@ Descriptions of section entries: F: Files and directories with wildcard patterns. A trailing slash includes all files and subdirectory files. F: providers/mlx4/ all files in and below providers/mlx4/ - F: providers/* all files in drivers/net, but not below + F: providers/* all files in providers, but not below F: */net/* all files in "any top level directory"/net One pattern per line. Multiple F: lines acceptable. H: Historical authors
Signed-off-by: Jarod Wilson <jarod@redhat.com> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)