summaryrefslogtreecommitdiffstats
path: root/Documentation/DMA-ISA-LPC.txt
diff options
context:
space:
mode:
authorNathan Howard2017-02-10 00:36:36 +0100
committerJonathan Corbet2017-02-12 23:20:07 +0100
commit9210501f475a2f33e59254bcae5fd1542b64f421 (patch)
tree7c710c1a7f9fb4d937e66c2d4aa3aa3fd6e68f6a /Documentation/DMA-ISA-LPC.txt
parentDocumentation: input: fix path to input code definitions (diff)
downloadkernel-qcow2-linux-9210501f475a2f33e59254bcae5fd1542b64f421.tar.gz
kernel-qcow2-linux-9210501f475a2f33e59254bcae5fd1542b64f421.tar.xz
kernel-qcow2-linux-9210501f475a2f33e59254bcae5fd1542b64f421.zip
Documentation: DMA-ISA-LPC.txt
Fixed spelling issue. Signed-off-by: Nathan Howard <adanhawthorn@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DMA-ISA-LPC.txt')
-rw-r--r--Documentation/DMA-ISA-LPC.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DMA-ISA-LPC.txt b/Documentation/DMA-ISA-LPC.txt
index b1a19835e907..c41331398752 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.)