1
0
Fork 0

static_keys.txt: Fix trivial spelling mistake

Fix the spelling of 'functionnality' -> 'functionality'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.1
Kamalesh Babulal 2019-02-04 14:16:57 +05:30 committed by Jonathan Corbet
parent 8f7e6d134b
commit 560f28bcce
1 changed files with 1 additions and 1 deletions

View File

@ -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 CPUs being brought in the kernel while the kernel is getting
patched). Calling the static key API from within a hotplug notifier is 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 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_enable_cpuslocked()
static_key_disable_cpuslocked() static_key_disable_cpuslocked()