[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f7cf6002-239e-459f-a8ec-75cc0406fcc9@infradead.org>
Date: Wed, 26 Jun 2024 16:59:20 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Devarsh Thakkar <devarsht@...com>, mchehab@...nel.org,
hverkuil-cisco@...all.nl, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org, benjamin.gaignard@...labora.com,
sebastian.fricke@...labora.com, akpm@...ux-foundation.org,
gregkh@...uxfoundation.org, andriy.shevchenko@...ux.intel.com,
adobriyan@...il.com, jani.nikula@...el.com, p.zabel@...gutronix.de,
airlied@...il.com, daniel@...ll.ch, dri-devel@...ts.freedesktop.org,
corbet@....net, broonie@...nel.org, linux-doc@...r.kernel.org
Cc: laurent.pinchart@...asonboard.com, praneeth@...com, nm@...com,
vigneshr@...com, a-bhatia1@...com, j-luthra@...com, b-brnich@...com,
detheridge@...com, p-mantena@...com, vijayp@...com, andrzej.p@...labora.com,
nicolas@...fresne.ca, davidgow@...gle.com, dlatypov@...gle.com
Subject: Re: [PATCH v13 09/13] Documentation: core-api: Add math.h macros and
functions
On 6/7/24 6:31 AM, Devarsh Thakkar wrote:
> Add documentation for rounding, scaling, absolute value and 32-bit division
> related macros and functions exported by math.h header file.
>
> Signed-off-by: Devarsh Thakkar <devarsht@...com>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Tested-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> V13: No change
> V12: Add Reviewed-by
> V11: Fix title for math function header
> V10: Patch introduced
> V1->V9 (No change)
> Documentation/core-api/kernel-api.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
> index ae92a2571388..7de494e76fa6 100644
> --- a/Documentation/core-api/kernel-api.rst
> +++ b/Documentation/core-api/kernel-api.rst
> @@ -185,6 +185,12 @@ Division Functions
> .. kernel-doc:: lib/math/gcd.c
> :export:
>
> +Rounding, absolute value, division and 32-bit scaling functions
> +---------------------------------------------------------------
> +
> +.. kernel-doc:: include/linux/math.h
> + :internal:
> +
> UUID/GUID
> ---------
>
--
~Randy
Powered by blists - more mailing lists