Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1220362
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] locking/static_keys: fix a silly typo |
| Date | 2015-09-07 21:20 +0200 |
| Message-ID | <q6a7n-6db-11@gated-at.bofh.it> (permalink) |
| Organization | LWN.net |
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> --- Documentation/static-keys.txt | 2 +- include/linux/jump_label.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/static-keys.txt b/Documentation/static-keys.txt index f4cb0b2..ec91158 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 diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 7f653e8..0684bd3 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -22,7 +22,7 @@ * DEFINE_STATIC_KEY_TRUE(key); * DEFINE_STATIC_KEY_FALSE(key); * static_key_likely() - * statick_key_unlikely() + * static_key_unlikely() * * Jump labels provide an interface to generate dynamic branches using * self-modifying code. Assuming toolchain and architecture support, if we -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] locking/static_keys: fix a silly typo Jonathan Corbet <corbet@lwn.net> - 2015-09-07 21:20 +0200
[tip:locking/urgent] locking/static_keys: Fix a silly typo tip-bot for Jonathan Corbet <tipbot@zytor.com> - 2015-09-08 09:10 +0200
Re: [PATCH] locking/static_keys: fix a silly typo Ingo Molnar <mingo@kernel.org> - 2015-09-08 09:10 +0200
Re: [PATCH] locking/static_keys: fix a silly typo Jason Baron <jbaron@akamai.com> - 2015-09-08 18:40 +0200
Re: [PATCH] locking/static_keys: fix a silly typo Ingo Molnar <mingo@kernel.org> - 2015-09-13 10:20 +0200
Re: [PATCH] locking/static_keys: fix a silly typo Chuck Ebbert <cebbert.lkml@gmail.com> - 2015-09-17 03:10 +0200
Re: [PATCH] locking/static_keys: fix a silly typo Jonathan Corbet <corbet@lwn.net> - 2015-09-17 17:40 +0200
csiph-web