]> 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)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Sep 2025 20:21:28 +0000 (22:21 +0200)
commitccf09357ffef2ab472369ab9cdf470c9bc9b821a
tree61f7e6e11c50b5d66f0418469791e965a6e9a2d7
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
smp: Fix up and expand the smp_call_function_many() kerneldoc

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>
kernel/smp.c