On 13.08.2019 08:07, Denis Efremov wrote: > Update MAINTAINERS record to reflect the filename change > from r8169.c to r8169_main.c > > Cc: Heiner Kallweit <[email protected]> > Cc: [email protected] > Cc: David S. Miller <[email protected]> > Cc: [email protected] > Fixes: 25e992a4603c ("r8169: rename r8169.c to r8169_main.c") > Signed-off-by: Denis Efremov <[email protected]> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 99a7392ad6bc..25eb86f3261e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -183,7 +183,7 @@ M: Realtek linux nic maintainers > <[email protected]> > M: Heiner Kallweit <[email protected]> > L: [email protected] > S: Maintained > -F: drivers/net/ethernet/realtek/r8169.c > +F: drivers/net/ethernet/realtek/r8169_main.c > That's better than before, but wouldn't cover e.g. changes to r8169_firmware.c. Better may be:
F: drivers/net/ethernet/realtek/r8169* > 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER > M: Greg Kroah-Hartman <[email protected]> > Heiner

