From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753972AbbIKTiI (ORCPT ); Fri, 11 Sep 2015 15:38:08 -0400 Received: from tex.lwn.net ([70.33.254.29]:59380 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660AbbIKTiF (ORCPT ); Fri, 11 Sep 2015 15:38:05 -0400 Date: Fri, 11 Sep 2015 13:38:03 -0600 From: Jonathan Corbet To: Stephen Boyd Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Kosina , Peter Zijlstra , Ingo Molnar Subject: Re: [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking Message-ID: <20150911133803.7e147c78@lwn.net> In-Reply-To: <1441842398-25063-1-git-send-email-sboyd@codeaurora.org> References: <1441842398-25063-1-git-send-email-sboyd@codeaurora.org> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Sep 2015 16:46:38 -0700 Stephen Boyd wrote: > diff --git a/Documentation/locking/lockstat.txt b/Documentation/locking/lockstat.txt > index 568bbbacee91..5786ad2cd5e6 100644 > --- a/Documentation/locking/lockstat.txt > +++ b/Documentation/locking/lockstat.txt > @@ -12,7 +12,7 @@ Because things like lock contention can severely impact performance. > - HOW > > Lockdep already has hooks in the lock functions and maps lock instances to > -lock classes. We build on that (see Documentation/lokcing/lockdep-design.txt). > +lock classes. We build on that (see Documentation/locking/lockdep-design.txt). > The graph below shows the relation between the lock functions and the various > hooks therein. Applied to the docs tree, thanks. jon