diff options
author | Lukas Bulwahn <[email protected]> | 2022-09-29 14:29:37 +0200 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2022-10-07 14:48:03 +0100 |
commit | 5f4853e810943af5e45fcc040cbbcbba07d8fc25 (patch) | |
tree | 07fbd0852d8595fd2674e294ebd392f4037b38a9 | |
parent | e08d07dd9f80e997ad36a088eb276509ca484e97 (diff) |
MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
Commit cf7b61073e45 ("drivers/perf: add DDR Sub-System Driveway PMU driver
for Yitian 710 SoC") adds the DDR Sub-System Driveway PMU driver here:
drivers/perf/alibaba_uncore_drw_pmu.c
The file entry in MAINTAINERS for the ALIBABA PMU DRIVER, introduced with
commit d813a19e7d2e ("MAINTAINERS: add maintainers for Alibaba' T-Head PMU
driver"), however refers to:
drivers/perf/alibaba_uncore_dwr_pmu.c
Note the swapping of characters.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.
Repair this file entry in ALIBABA PMU DRIVER.
Signed-off-by: Lukas Bulwahn <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 58d0aefead54..a8e0f73747cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -753,7 +753,7 @@ ALIBABA PMU DRIVER M: Shuai Xue <[email protected]> S: Supported F: Documentation/admin-guide/perf/alibaba_pmu.rst -F: drivers/perf/alibaba_uncore_dwr_pmu.c +F: drivers/perf/alibaba_uncore_drw_pmu.c ALIENWARE WMI DRIVER |