found/fixed the following typo - whoes -> whose in `Documentation/core-api/symbol-namespaces.rst` Signed-off-by: Soham Metha <sohammetha01@xxxxxxxxx> --- 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 32fc73dc5529..18278dc6ca2a 100644 --- a/Documentation/core-api/symbol-namespaces.rst +++ b/Documentation/core-api/symbol-namespaces.rst @@ -89,7 +89,7 @@ For example:: EXPORT_SYMBOL_GPL_FOR_MODULES(preempt_notifier_inc, "kvm,kvm-*") -will limit usage of this symbol to modules whoes name matches the given +will limit usage of this symbol to modules whose name matches the given patterns. How to use Symbols exported in Namespaces -- 2.34.1