Documentation: core-api: Drop :export: for int_log.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 25 Jul 2023 10:49:56 +0000 (13:49 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 25 Jul 2023 16:40:25 +0000 (17:40 +0100)
commit5bdeb6f5c7b94f653183f08eca8a08022b2efac6
treea7cf677508c188366b4db9f1d11578392fca3c52
parentdf8d014edd646692302f3e8ef0bd63a041f4547f
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 <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>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230725104956.47806-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/core-api/kernel-api.rst