Re: [PATCH v11 07/11] Documentation: core-api: Add math.h macros and functions

From: Devarsh Thakkar
Date: Sat Jun 01 2024 - 12:42:24 EST


On 01/06/24 00:01, Randy Dunlap wrote:
> Hi,
>
> On 5/31/24 10:12 AM, Devarsh Thakkar wrote:
>> Add documentation for rounding, scaling, absolute value and difference,
>> 32-bit division related macros and functions exported by math.h header
>> file.
>>
>
> I don't see any kernel-doc for division functions in this header file.
>
> Do some division functions get rendered somehow?
>

Good catch. I see couple of them having adequate documentation just
missing the sphynx syntax, will enable for DIV_ROUND_CLOSEST and
DIV_ROUND_CLOSEST_ULL.

Regards
Devarsh