Skip to content

Commit 94145ff

Browse files
Khaled Elnaggarmasahir0y
authored andcommitted
docs: symbol-namespaces: fix reST warning with literal block
Use a literal block for the EXPORT_SYMBOL_GPL_FOR_MODULES() example to avoid a Docutils warning about unmatched '*'. This ensures correct rendering and keeps the source readable. Warning: Documentation/core-api/symbol-namespaces.rst:90: WARNING: Inline emphasis start-string without end-string. [docutils] Signed-off-by: Khaled Elnaggar <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 41a77d4 commit 94145ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/core-api/symbol-namespaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace cannot be imported.
8585
The macro takes a comma separated list of module names, allowing only those
8686
modules to access this symbol. Simple tail-globs are supported.
8787

88-
For example:
88+
For example::
8989

9090
EXPORT_SYMBOL_GPL_FOR_MODULES(preempt_notifier_inc, "kvm,kvm-*")
9191

0 commit comments

Comments
 (0)