From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbbIHHDJ (ORCPT ); Tue, 8 Sep 2015 03:03:09 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:33068 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753009AbbIHHDH (ORCPT ); Tue, 8 Sep 2015 03:03:07 -0400 Date: Tue, 8 Sep 2015 09:03:03 +0200 From: Ingo Molnar To: Jonathan Corbet Cc: Ingo Molnar , LKML , Jason Baron , Peter Zijlstra Subject: Re: [PATCH] locking/static_keys: fix a silly typo Message-ID: <20150908070303.GA3235@gmail.com> References: <20150907131803.54c027e1@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150907131803.54c027e1@lwn.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jonathan Corbet wrote: > 412758cb2670 (jump label, locking/static_keys: Update docs) introduced a > typo that might as well get fixed. > > Signed-off-by: Jonathan Corbet > --- > 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() Thancks, applied! Ingo