Re: [PATCH 1/7] docs: cpu_hotplug: Fix multi-instance removal calls

From: Karl Mehltretter

Date: Mon Aug 24 2026 - 14:06:03 EST


On Mon, Aug 24, 2026 at 10:57:21AM +0100, Jonathan Corbet wrote:
> 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?

Fixes tags are already there, above the Assisted-By tags.

Thanks,
Karl