]> git.baikalelectronics.ru Git - kernel.git/commit
DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptions
authorGioh Kim <gioh.kim@lge.com>
Tue, 20 May 2014 23:09:35 +0000 (17:09 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 26 May 2014 23:28:28 +0000 (17:28 -0600)
commitb40d94c25acc6a48b08b5c92dd23d6dd60bac718
treea6480c71dd2a80363aa0b1226ab3628374c37678
parent52a01f97963ea0c32fc0a855824aad20283a0804
DMA-API: Update dma_pool_create ()and dma_pool_alloc() descriptions

Use "boundary" to be more descriptive than "alloc" in the dma_pool_create()
documentation.

Replace "SLAB_KERNEL" and "SLAB_ATOMIC" with the correct "GFP_KERNEL" and
"GFP_ATOMIC."

[bhelgaas: changelog]
Signed-off-by: Gioh Kim <gioh.kim@lge.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/DMA-API-HOWTO.txt