MAINTAINERS: adjust file entry in CPU HOTPLUG
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Mon, 16 Jun 2025 14:01:08 +0000 (16:01 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 19 Jun 2025 05:29:12 +0000 (10:59 +0530)
commit0e18b1b106a29472ad7dab8eb97f4f24da870507
tree024d352aee52a194bed64d3e038931b62d7a80ea
parente04c78d86a9699d136910cfc0bdcf01087e3267e
MAINTAINERS: adjust file entry in CPU HOTPLUG

Commit c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current
CPU ID") adds the file rust/helpers/cpu.c, and intends to add a file entry
for that file in the MAINTAINERS section CPU HOTPLUG. However, the added
file entry is rust/helper/cpu.c; note the subtle difference between the two
file names. Hence, ./scripts/get_maintainer.pl --self-test=patterns
complains about a broken reference.

Adjust the file entry to the intended file.

Fixes: c7f005f70d22 ("rust: cpu: Add CpuId::current() to retrieve current CPU ID")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
MAINTAINERS