summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2015-09-07 13:18:03 -0600
committerBen Hutchings <ben@decadent.org.uk>2019-05-22 23:15:06 +0100
commitb55c75832bf6c2f672d7f830a4ebefebc271e331 (patch)
tree34c0027089237f2b244a94e91fa32acc3745f02d /Documentation
parent8b4948f26803b77387692bee08489f9fe3018b90 (diff)
downloadlinux-stable-b55c75832bf6c2f672d7f830a4ebefebc271e331.tar.gz
linux-stable-b55c75832bf6c2f672d7f830a4ebefebc271e331.tar.bz2
linux-stable-b55c75832bf6c2f672d7f830a4ebefebc271e331.zip
locking/static_keys: Fix a silly typo
commit edcd591c77a48da753456f92daf8bb50fe9bac93 upstream. Commit: 412758cb2670 ("jump label, locking/static_keys: Update docs") introduced a typo that might as well get fixed. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Jason Baron <jbaron@akamai.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20150907131803.54c027e1@lwn.net Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/static-keys.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt
index f4cb0b2d5cd7..ec911583f6c5 100644
--- a/Documentation/static-keys.txt
+++ b/Documentation/static-keys.txt
@@ -16,7 +16,7 @@ The updated API replacements are:
DEFINE_STATIC_KEY_TRUE(key);
DEFINE_STATIC_KEY_FALSE(key);
static_key_likely()
-statick_key_unlikely()
+static_key_unlikely()
0) Abstract