Skip to content

Commit 9210501

Browse files
adanhawthJonathan Corbet
authored andcommitted
Documentation: DMA-ISA-LPC.txt
Fixed spelling issue. Signed-off-by: Nathan Howard <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent da23e4d commit 9210501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/DMA-ISA-LPC.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requirements you pass the flag GFP_DMA to kmalloc.
4242

4343
Unfortunately the memory available for ISA DMA is scarce so unless you
4444
allocate the memory during boot-up it's a good idea to also pass
45-
__GFP_REPEAT and __GFP_NOWARN to make the allocater try a bit harder.
45+
__GFP_REPEAT and __GFP_NOWARN to make the allocator try a bit harder.
4646

4747
(This scarcity also means that you should allocate the buffer as
4848
early as possible and not release it until the driver is unloaded.)

0 commit comments

Comments
 (0)