2024-04-17 11:20:05

by Alexander Lobakin

[permalink] [raw]
Subject: Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

From: Johannes Berg <[email protected]>
Date: Wed, 17 Apr 2024 13:11:38 +0200

> On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote:
>> Just FYI: kdoc accepts only this pattern:
>>
>> * @last_param: blah
>> *
>> * Return: blah
>>
>> NOT
>>
>> * Returns: blah
>
> Actually, it does accept that, the regex is "returns?". It's just

Hmm, I was sure I had warnings on "Returns:"... Not sure now.

> documented only as "Return" . IMHO it sometimes reads nicer as "Returns"
> depending on how you phrase it, but ...
>
> johannes

Thanks,
Olek