diff options
author | Jonathan Corbet <corbet@lwn.net> | 2015-09-15 01:11:05 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-09-15 07:12:06 +0200 |
commit | 1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473 (patch) | |
tree | f13ac478fa45144b8b6a4b93284760fd7bf5d78c /Documentation | |
parent | locking/qspinlock/x86: Only emit the test-and-set fallback when building gues... (diff) | |
download | linux-1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473.tar.xz linux-1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473.zip |
locking/static_keys: Fix up the static keys documentation
Fix a few small mistakes in the static key documentation and
delete an unneeded sentence.
Suggested-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20150914171105.511e1e21@lwn.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/static-keys.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt index ec911583f6c5..477927becacb 100644 --- a/Documentation/static-keys.txt +++ b/Documentation/static-keys.txt @@ -15,8 +15,8 @@ The updated API replacements are: DEFINE_STATIC_KEY_TRUE(key); DEFINE_STATIC_KEY_FALSE(key); -static_key_likely() -static_key_unlikely() +static_branch_likely() +static_branch_unlikely() 0) Abstract |