From: Randy Dunlap Date: Mon, 2 Jan 2023 21:18:30 +0000 (-0800) Subject: cpumask: fix function description kernel-doc notation X-Git-Tag: v6.5-rc1~19^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=839cad5fa54bd6e4aad137f695ec6f90acb78728;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Yury Norov --- diff --git a/lib/cpumask.c b/lib/cpumask.c index e7258836b60b7..de356f16773a0 100644 --- a/lib/cpumask.c +++ b/lib/cpumask.c @@ -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.