diff options
author | Sumit Semwal <sumit.semwal@ti.com> | 2012-05-23 05:57:40 -0400 |
---|---|---|
committer | Sumit Semwal <sumit.semwal@ti.com> | 2012-05-25 03:16:23 -0400 |
commit | 12c4727e1d5370270a7df781d2ba0a76e05c1137 (patch) | |
tree | 2b0d4f5fbce329467e700f557d50b2cc126a4190 /include/linux/dma-buf.h | |
parent | 98f86c9e4ae3205e4c85c535691a5d36426360ee (diff) |
dma-buf: minor documentation fixes.
Some minor inline documentation fixes for gaps resulting from new patches.
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Diffstat (limited to 'include/linux/dma-buf.h')
-rw-r--r-- | include/linux/dma-buf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index a02b1ff6488e..eb48f3816df9 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h | |||
@@ -65,6 +65,9 @@ struct dma_buf_attachment; | |||
65 | * mapping needs to be coherent - if the exporter doesn't directly | 65 | * mapping needs to be coherent - if the exporter doesn't directly |
66 | * support this, it needs to fake coherency by shooting down any ptes | 66 | * support this, it needs to fake coherency by shooting down any ptes |
67 | * when transitioning away from the cpu domain. | 67 | * when transitioning away from the cpu domain. |
68 | * @vmap: [optional] creates a virtual mapping for the buffer into kernel | ||
69 | * address space. Same restrictions as for vmap and friends apply. | ||
70 | * @vunmap: [optional] unmaps a vmap from the buffer | ||
68 | */ | 71 | */ |
69 | struct dma_buf_ops { | 72 | struct dma_buf_ops { |
70 | int (*attach)(struct dma_buf *, struct device *, | 73 | int (*attach)(struct dma_buf *, struct device *, |