diff options
author | Jonathan Corbet <corbet@lwn.net> | 2015-09-14 17:11:05 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-09-15 07:12:06 +0200 |
commit | 1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473 (patch) | |
tree | f13ac478fa45144b8b6a4b93284760fd7bf5d78c /Documentation/static-keys.txt | |
parent | a6b277857fd2c990bc208ca1958d3f34d26052f7 (diff) | |
download | op-kernel-dev-1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473.zip op-kernel-dev-1975dbc276c6ab62230cf4f9df5ddc9ff0e0e473.tar.gz |
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/static-keys.txt')
-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 ec91158..477927b 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 |