From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751710AbdBLWUY (ORCPT ); Sun, 12 Feb 2017 17:20:24 -0500 Received: from ms.lwn.net ([45.79.88.28]:44974 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbdBLWUX (ORCPT ); Sun, 12 Feb 2017 17:20:23 -0500 Date: Sun, 12 Feb 2017 15:20:20 -0700 From: Jonathan Corbet To: Nathan Howard Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Documentation: DMA-ISA-LPC.txt Message-ID: <20170212152020.6021f4e3@lwn.net> In-Reply-To: <1486683396-29638-1-git-send-email-adanhawthorn@gmail.com> References: <1486683396-29638-1-git-send-email-adanhawthorn@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; 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 Thu, 9 Feb 2017 18:36:36 -0500 Nathan Howard wrote: > Fixed spelling issue. > > Signed-off-by: Nathan Howard > --- > Documentation/DMA-ISA-LPC.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DMA-ISA-LPC.txt b/Documentation/DMA-ISA-LPC.txt > index b1a1983..c413313 100644 > --- a/Documentation/DMA-ISA-LPC.txt > +++ b/Documentation/DMA-ISA-LPC.txt > @@ -42,7 +42,7 @@ requirements you pass the flag GFP_DMA to kmalloc. > > Unfortunately the memory available for ISA DMA is scarce so unless you > allocate the memory during boot-up it's a good idea to also pass > -__GFP_REPEAT and __GFP_NOWARN to make the allocater try a bit harder. > +__GFP_REPEAT and __GFP_NOWARN to make the allocator try a bit harder. > > (This scarcity also means that you should allocate the buffer as > early as possible and not release it until the driver is unloaded.) Applied, thanks. jon