We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da23e4d commit 9210501Copy full SHA for 9210501
Documentation/DMA-ISA-LPC.txt
@@ -42,7 +42,7 @@ requirements you pass the flag GFP_DMA to kmalloc.
42
43
Unfortunately the memory available for ISA DMA is scarce so unless you
44
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.
+__GFP_REPEAT and __GFP_NOWARN to make the allocator try a bit harder.
46
47
(This scarcity also means that you should allocate the buffer as
48
early as possible and not release it until the driver is unloaded.)
0 commit comments