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)
commit2af9da8638a139303b3cd535b458a1b2c80dd4f3
treea6480c71dd2a80363aa0b1226ab3628374c37678
parent34c815fbdc1257e823726f8c6bcd9255d495058d
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