On Wed, Jun 05, 2019 at 07:51:13PM +0300, Andy Shevchenko wrote:
> 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.shevche...@linux.intel.com>

Acked-by: Mike Rapoport <r...@linux.ibm.com>

> ---
>  Documentation/core-api/kernel-api.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> 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
>  ------------------
> 
> -- 
> 2.20.1
> 

-- 
Sincerely yours,
Mike.

Reply via email to