Re: [PATCH] cpumask: fix typos and kernel-doc warnings in cpumask.h

From: Randy Dunlap
Date: Mon Jul 24 2023 - 15:52:28 EST




On 7/24/23 01:30, Andy Shevchenko wrote:
> 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.

Yes, that's what I used.

Thanks.

--
~Randy