Re: [RFC v2 11/11] MAINTAINERS: Added HTE Subsystem

From: Joe Perches
Date: Sat Oct 02 2021 - 00:01:14 EST


On Fri, 2021-10-01 at 17:08 -0700, Randy Dunlap wrote:
> On 9/30/21 4:26 PM, Dipen Patel wrote:
> > Added myself as a maintainer for this new Hardware Timestamping Engine
> > (HTE) subsystem.
[]
> > diff --git a/MAINTAINERS b/MAINTAINERS
[]
> > +S: Maintained
> > +F: drivers/hte/*
> > +F: include/linux/hte.h
> > +F: Documentation/hte/*
> > +F: Documentation/devicetree/bindings/hte/*

And using * does not support any possible subdirectory

Likely these should be:

F: drivers/hte/
F: include/linux/hte.h
F: Documentation/hte/
F: Documentation/devicetree/bindings/hte/