From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936176AbaFJA3z (ORCPT ); Mon, 9 Jun 2014 20:29:55 -0400 Received: from casper.infradead.org ([85.118.1.10]:46475 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932524AbaFJA3x (ORCPT ); Mon, 9 Jun 2014 20:29:53 -0400 Message-ID: <5396517C.4070108@infradead.org> Date: Mon, 09 Jun 2014 17:29:48 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Warren Turkal , Sam Ravnborg CC: linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: possible typo References: <539548E7.9070908@penguintechs.org> <20140609074630.GA15826@ravnborg.org> <53956B28.7040404@penguintechs.org> In-Reply-To: <53956B28.7040404@penguintechs.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/09/14 01:07, Warren Turkal wrote: > commit 4ce2f36b4b06b7df569b1875c7ab834270786882 > Author: Warren Turkal > Date: Sun Jun 8 22:19:29 2014 -0700 > > Fix a typo. > > Signed-off-by: Warren Turkal Acked-by: Randy Dunlap Thanks. > diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt > index 69372fb..3fb39e0 100644 > --- a/Documentation/kbuild/modules.txt > +++ b/Documentation/kbuild/modules.txt > @@ -470,7 +470,7 @@ build. > > Sometimes, an external module uses exported symbols from > another external module. kbuild needs to have full knowledge of > - all symbols to avoid spliitting out warnings about undefined > + all symbols to avoid spitting out warnings about undefined > symbols. Three solutions exist for this situation. > > NOTE: The method with a top-level kbuild file is recommended > > wt > > On 06/09/2014 12:46 AM, Sam Ravnborg wrote: >> On Sun, Jun 08, 2014 at 10:40:55PM -0700, Warren Turkal wrote: >>> Hey, >>> >>> I think I found a typo in the kbuild docs. A one line commit can be pulled >>> from the "fix_typo" branch from the git repo @ git@github.com:wt/linux.git. >>> >>> Can someone please take a look at this branch at some point? >> No. >> Please submit this as a regular patch - see Documentation/SubmittingPatches >> >> Sam -- ~Randy