Re: [PATCH] cpumask: fix typos and kernel-doc warnings in cpumask.h
From: Andy Shevchenko
Date: Mon Jul 24 2023 - 04:31:10 EST
On Sun, Jul 23, 2023 at 07:34:03PM -0700, Randy Dunlap wrote:
> Fix some punctuation (plural vs. possessive).
> Fix some abbreviations (ie. -> i.e., id -> ID).
>
> Fix 35 warnings like this:
> include/linux/cpumask.h:161: warning: No description found for return value of 'cpumask_first'
I wouldn't explicitly change Returns -> Return, but since the latter is one
mentioned in the documentation and we have no actual Return section anyway
(means we need to touch those lines), I'm fine with that.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Thank you!
P.S. For out of curiosity the command line to check this is like
scripts/kernel-doc -v -none -Wall ...
but I have no idea which one Randy used.
--
With Best Regards,
Andy Shevchenko