diff options
author | Andy Shevchenko <[email protected]> | 2023-07-25 13:49:56 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-07-25 17:40:25 +0100 |
commit | 5bdeb6f5c7b94f653183f08eca8a08022b2efac6 (patch) | |
tree | a7cf677508c188366b4db9f1d11578392fca3c52 | |
parent | df8d014edd646692302f3e8ef0bd63a041f4547f (diff) |
Documentation: core-api: Drop :export: for int_log.h
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 <[email protected]>
Fixes: f97fa3dcb2db ("lib/math: Move dvb_math.c into lib/math/int_log.c")
Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 1 |
1 files changed, 0 insertions, 1 deletions
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: |