From: Kamalesh Babulal Date: Mon, 4 Feb 2019 08:46:57 +0000 (+0530) Subject: static_keys.txt: Fix trivial spelling mistake X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=560f28bcceb25c6c94b4c54afaf7b886d408e05a;p=linux.git static_keys.txt: Fix trivial spelling mistake Fix the spelling of 'functionnality' -> 'functionality'. Signed-off-by: Kamalesh Babulal Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt index d68135560895d..9803e14639bfc 100644 --- a/Documentation/static-keys.txt +++ b/Documentation/static-keys.txt @@ -159,7 +159,7 @@ particularly the CPU hotplug lock (in order to avoid races against CPUs being brought in the kernel while the kernel is getting patched). Calling the static key API from within a hotplug notifier is thus a sure deadlock recipe. In order to still allow use of the -functionnality, the following functions are provided: +functionality, the following functions are provided: static_key_enable_cpuslocked() static_key_disable_cpuslocked()