]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 13 Apr 2020 11:52:55 +0000 (13:52 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 15 Apr 2020 09:32:16 +0000 (11:32 +0200)
commitd9976bc155b11a0875a361e656255c64964d8090
treed2e93c21e2e4b7fb0757f6367589e852304a0d16
parent87a4eca891b6646c05fb6cf4ee026ad621680b10
MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern

Commit

  9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")

moved arch/riscv/mm/sifive_l2_cache.c
to  drivers/soc/sifive/sifive_l2_cache.c

and adjusted the MAINTAINERS EDAC-SIFIVE entry but slipped in a mistake.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: drivers/soc/sifive_l2_cache.c

Boris suggested that sifive_l2_cache.c is considered part of the SIFIVE
DRIVERS, not part of EDAC-SIFIVE. So simply drop this entry, and by the
sifive keyword pattern in SIFIVE PATTERNS, it is automatically part of
the SIFIVE DRIVERS.

Suggested-by: Borislav Petkov <bp@alien8.de>
Co-developed-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Sebastian Duda <sebastian.duda@fau.de>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200413115255.7100-1-lukas.bulwahn@gmail.com
MAINTAINERS