[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240826150822.4057164-4-devarsht@ti.com>
Date: Mon, 26 Aug 2024 20:38:19 +0530
From: Devarsh Thakkar <devarsht@...com>
To: <mchehab@...nel.org>, <hverkuil-cisco@...all.nl>,
<linux-media@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<sebastian.fricke@...labora.com>, <linux-doc@...r.kernel.org>
CC: <praneeth@...com>, <nm@...com>, <vigneshr@...com>, <s-jain1@...com>,
<r-donadkar@...com>, <b-brnich@...com>, <detheridge@...com>,
<p-mantena@...com>, <vijayp@...com>, <devarsht@...com>,
<andi.shyti@...ux.intel.com>, <nicolas@...fresne.ca>,
<andriy.shevchenko@...ux.intel.com>, <jirislaby@...nel.org>,
<davidgow@...gle.com>, <dlatypov@...gle.com>, <corbet@....net>,
<broonie@...nel.org>, <jani.nikula@...el.com>, <rdunlap@...radead.org>,
<nik.borisov@...e.com>, <Dave.Martin@....com>
Subject: [PATCH v2 3/6] Documentation: core-api: Add math.h macros and functions
Add documentation for rounding, absolute value, division and 32-bit scaling
related macros and functions exported by math.h header file.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
Tested-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Devarsh Thakkar <devarsht@...com>
---
V2: Update commit message
---
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
---------
--
2.39.1
Powered by blists - more mailing lists