]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smp: Fix up and expand the smp_call_function_many() kerneldoc
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Sep 2025 11:44:14 +0000 (13:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2025 09:56:29 +0000 (11:56 +0200)
commita10d9fe674c5d086fd9acaad1f446ecea33cb816
treeb16339e5c512f436f92e415c32ef9fc61acfc87c
parent4f00858cd9bbbdf67159e28b85a8ca9e77c83622
smp: Fix up and expand the smp_call_function_many() kerneldoc

[ Upstream commit ccf09357ffef2ab472369ab9cdf470c9bc9b821a ]

The smp_call_function_many() kerneldoc comment got out of sync with the
function definition (bool parameter "wait" is incorrectly described as a
bitmask in it), so fix it up by copying the "wait" description from the
smp_call_function() kerneldoc and add information regarding the handling
of the local CPU to it.

Fixes: 49b3bd213a9f ("smp: Fix all kernel-doc warnings")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/smp.c