mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-18 13:14:01 +00:00
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 <rdunlap@infradead.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Yury Norov <yury.norov@gmail.com>
This commit is contained in:
parent
cdd2d06fbc
commit
839cad5fa5
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ EXPORT_SYMBOL(cpumask_local_spread);
|
|||
static DEFINE_PER_CPU(int, distribute_cpu_mask_prev);
|
||||
|
||||
/**
|
||||
* Returns an arbitrary cpu within srcp1 & srcp2.
|
||||
* cpumask_any_and_distribute - Return an arbitrary cpu within srcp1 & srcp2.
|
||||
*
|
||||
* Iterated calls using the same srcp1 and srcp2 will be distributed within
|
||||
* their intersection.
|
||||
|
|
Loading…
Add table
Reference in a new issue