On Tue, Aug 3, 2021 at 10:56 AM Phillip Potter <phil@xxxxxxxxxxxxxxxx> wrote: > > On Tue, 3 Aug 2021 at 08:18, Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > > > Commit 55dfa29b43d2 ("staging: rtl8188eu: remove rtl8188eu driver from > > staging dir") removes ./drivers/staging/rtl8188eu, but misses to adjust > > the STAGING - REALTEK RTL8188EU DRIVERS section in MAINTAINERS. > > > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > > > no file matches F: drivers/staging/rtl8188eu/ > > > > A refurnished rtl8188eu driver is available in ./drivers/staging/r8188eu/ > > and there is no existing section in MAINTAINERS for that directory. > > > > So, reuse the STAGING - REALTEK RTL8188EU DRIVERS section and point to the > > refurnished driver with its current developers and maintainers according > > to the current git log. > > > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > > --- > > applies cleanly on next-20210803 > > > > Philipp, Larry, please ack. > > > > Greg, please pick this minor cleanup on your staging-next tree. > > > > MAINTAINERS | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 36aee8517ab0..ef32c02b3e4d 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -17723,8 +17723,9 @@ F: drivers/staging/olpc_dcon/ > > > > STAGING - REALTEK RTL8188EU DRIVERS > > M: Larry Finger <Larry.Finger@xxxxxxxxxxxx> > > -S: Odd Fixes > > -F: drivers/staging/rtl8188eu/ > > +M: Phillip Potter <phil@xxxxxxxxxxxxxxxx> > > +S: Supported > > +F: drivers/staging/r8188eu/ > > > > STAGING - REALTEK RTL8712U DRIVERS > > M: Larry Finger <Larry.Finger@xxxxxxxxxxxx> > > -- > > 2.17.1 > > > Sorry, not sure how I missed this :-) > No worries. That is what janitors are good for... ;) Lukas