Skip to content

Commit 839cad5

Browse files
rddunlapYuryNorov
authored andcommitted
cpumask: fix function description kernel-doc notation
Use kernel-doc notation for the function description to prevent a warning: lib/cpumask.c:160: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Returns an arbitrary cpu within srcp1 & srcp2. Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Yury Norov <[email protected]>
1 parent cdd2d06 commit 839cad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cpumask.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ EXPORT_SYMBOL(cpumask_local_spread);
157157
static DEFINE_PER_CPU(int, distribute_cpu_mask_prev);
158158

159159
/**
160-
* Returns an arbitrary cpu within srcp1 & srcp2.
160+
* cpumask_any_and_distribute - Return an arbitrary cpu within srcp1 & srcp2.
161161
*
162162
* Iterated calls using the same srcp1 and srcp2 will be distributed within
163163
* their intersection.

0 commit comments

Comments
 (0)