Re: [PATCH 1/7] docs: cpu_hotplug: Fix multi-instance removal calls
From: Jonathan Corbet
Date: Mon Aug 24 2026 - 12:58:29 EST
Karl Mehltretter <kmehltretter@xxxxxxxxx> writes:
> The function is named cpuhp_state_remove_instance(), not
> cpuhp_remove_instance().
>
> Fixes: c9871c800f65 ("Documentation: core-api/cpuhotplug: Rewrite the API section")
> Assisted-by: Codex:gpt-5.6-sol
> Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
> ---
> Documentation/core-api/cpu_hotplug.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
These patches could really benefit from Fixes tags. For this one, it
should be:
Fixes: c9871c800f65 ("Documentation: core-api/cpuhotplug: Rewrite the API section")
Can I trouble you to fix the rest of them as well?
Thanks,
jon