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

From: Johannes Berg
Date: Wed Apr 17 2024 - 07:12:14 EST


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
documented only as "Return" . IMHO it sometimes reads nicer as "Returns"
depending on how you phrase it, but ...

johannes