Re: [PATCH 1/7] docs: cpu_hotplug: Fix multi-instance removal calls
Karl Mehltretter <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 10:57:21AM +0100, Jonathan Corbet wrote: > Karl Mehltretter <[email protected]> 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 <[email protected]> > > --- > > 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