aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-06-05 19:51:13 +0300
committerJonathan Corbet <corbet@lwn.net>2019-06-06 09:54:04 -0600
commit58d494669f36d0b61b7ec42c232877167ed3f5ce (patch)
tree90ed950438ffbcb0044f116615dd3dfb35f4936f /Documentation/core-api
parentdocs/core-api: Add string helpers API to the list (diff)
downloadlinux-dev-58d494669f36d0b61b7ec42c232877167ed3f5ce.tar.xz
linux-dev-58d494669f36d0b61b7ec42c232877167ed3f5ce.zip
docs/core-api: Add integer power functions to the list
Some times integer power functions, such as int_sqrt(), are needed, but there is nothing about them in the generated documentation. Fill the gap by adding a reference to the corresponding exported functions. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/kernel-api.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index 65ae2bf1f86d..824f24ccf401 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -141,6 +141,15 @@ Base 2 log and power Functions
.. kernel-doc:: include/linux/log2.h
:internal:
+Integer power Functions
+-----------------------
+
+.. kernel-doc:: lib/math/int_pow.c
+ :export:
+
+.. kernel-doc:: lib/math/int_sqrt.c
+ :export:
+
Division Functions
------------------