commit | 2af9da8638a139303b3cd535b458a1b2c80dd4f3 | [log] [tgz] |
---|---|---|
author | Gioh Kim <gioh.kim@lge.com> | Tue May 20 17:09:35 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon May 26 17:28:28 2014 -0600 |
tree | a6480c71dd2a80363aa0b1226ab3628374c37678 | |
parent | 34c815fbdc1257e823726f8c6bcd9255d495058d [diff] |
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>