Commit 949cb79
committed
smp: Fix up and expand the smp_call_function_many() kerneldoc
JIRA: https://issues.redhat.com/browse/RHEL-121178
commit ccf0935
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date: Tue, 9 Sep 2025 13:44:14 +0200
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: 49b3bd2 ("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: Waiman Long <longman@redhat.com>1 parent 1dc96e5 commit 949cb79
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
| 887 | + | |
| 888 | + | |
893 | 889 | | |
894 | 890 | | |
895 | 891 | | |
896 | 892 | | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
897 | 896 | | |
898 | 897 | | |
899 | 898 | | |
| |||
0 commit comments