Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1578054 > unrolled thread

[PATCH 2/2] Documentation: DMA-ISA-LPC.txt

Started byNathan Howard <adanhawthorn@gmail.com>
First post2017-02-10 00:50 +0100
Last post2017-02-12 23:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 2/2] Documentation: DMA-ISA-LPC.txt Nathan Howard <adanhawthorn@gmail.com> - 2017-02-10 00:50 +0100
    Re: [PATCH 2/2] Documentation: DMA-ISA-LPC.txt Jonathan Corbet <corbet@lwn.net> - 2017-02-12 23:30 +0100

#1578054 — [PATCH 2/2] Documentation: DMA-ISA-LPC.txt

FromNathan Howard <adanhawthorn@gmail.com>
Date2017-02-10 00:50 +0100
Subject[PATCH 2/2] Documentation: DMA-ISA-LPC.txt
Message-ID<t96Do-4dg-15@gated-at.bofh.it>
Fixed spelling issue.

Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
---
 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.)
-- 
2.7.4

[toc] | [next] | [standalone]


#1579307

FromJonathan Corbet <corbet@lwn.net>
Date2017-02-12 23:30 +0100
Message-ID<taaOB-3wx-5@gated-at.bofh.it>
In reply to#1578054
On Thu,  9 Feb 2017 18:36:36 -0500
Nathan Howard <adanhawthorn@gmail.com> wrote:

> Fixed spelling issue.
> 
> Signed-off-by: Nathan Howard <adanhawthorn@gmail.com>
> ---
>  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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web