Escaped a literal '*' character in symbol-namespaces.rst to prevent a Docutils warning about unmatched emphasis markers during documentation build. Signed-off-by: Khaled Elnaggar <khaledelnaggarlinux@xxxxxxxxx> --- Hello, this is probably too trivial to have its own patch, but I found it while building today's tag, so I thought I would send a patch. --- Documentation/core-api/symbol-namespaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/symbol-namespaces.rst b/Documentation/core-api/symbol-namespaces.rst index f7cfa7b73e97..008b34fe6629 100644 --- a/Documentation/core-api/symbol-namespaces.rst +++ b/Documentation/core-api/symbol-namespaces.rst @@ -87,7 +87,7 @@ modules to access this symbol. Simple tail-globs are supported. For example: - EXPORT_SYMBOL_GPL_FOR_MODULES(preempt_notifier_inc, "kvm,kvm-*") + EXPORT_SYMBOL_GPL_FOR_MODULES(preempt_notifier_inc, "kvm,kvm-\*") will limit usage of this symbol to modules whoes name matches the given patterns. -- 2.47.2