* [PATCH v1 1/1] Documentation: core-api: Drop :export: for int_log.h
@ 2023-07-13 16:53 Andy Shevchenko
2023-07-13 18:58 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2023-07-13 16:53 UTC (permalink / raw)
To: linux-doc, linux-kernel, Mark Brown, Liam Girdwood
Cc: Jonathan Corbet, Linux Next Mailing List, Andy Shevchenko,
Stephen Rothwell
The :export: keyword makes sense only for C-files, where EXPORT_SYMBOL()
might appear. Otherwise kernel-doc may not produce anything out of this
file.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: f97fa3dcb2db ("lib/math: Move dvb_math.c into lib/math/int_log.c")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
Documentation/core-api/kernel-api.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index a526fbe06f86..ae92a2571388 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -166,7 +166,6 @@ Integer log and power Functions
-------------------------------
.. kernel-doc:: include/linux/int_log.h
- :export:
.. kernel-doc:: lib/math/int_pow.c
:export:
--
2.40.0.1.gaa8946217a0b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1 1/1] Documentation: core-api: Drop :export: for int_log.h
2023-07-13 16:53 [PATCH v1 1/1] Documentation: core-api: Drop :export: for int_log.h Andy Shevchenko
@ 2023-07-13 18:58 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2023-07-13 18:58 UTC (permalink / raw)
To: Andy Shevchenko, linux-doc, linux-kernel, Mark Brown,
Liam Girdwood
Cc: Jonathan Corbet, Linux Next Mailing List, Stephen Rothwell
On 7/13/23 09:53, Andy Shevchenko wrote:
> The :export: keyword makes sense only for C-files, where EXPORT_SYMBOL()
> might appear. Otherwise kernel-doc may not produce anything out of this
> file.
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Fixes: f97fa3dcb2db ("lib/math: Move dvb_math.c into lib/math/int_log.c")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/core-api/kernel-api.rst | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
> index a526fbe06f86..ae92a2571388 100644
> --- a/Documentation/core-api/kernel-api.rst
> +++ b/Documentation/core-api/kernel-api.rst
> @@ -166,7 +166,6 @@ Integer log and power Functions
> -------------------------------
>
> .. kernel-doc:: include/linux/int_log.h
> - :export:
>
> .. kernel-doc:: lib/math/int_pow.c
> :export:
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-13 18:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-13 16:53 [PATCH v1 1/1] Documentation: core-api: Drop :export: for int_log.h Andy Shevchenko
2023-07-13 18:58 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).