diff options
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/dma-buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dma-buf.c b/drivers/base/dma-buf.c index ea77701deda4..840c7fa80983 100644 --- a/drivers/base/dma-buf.c +++ b/drivers/base/dma-buf.c | |||
@@ -491,7 +491,7 @@ EXPORT_SYMBOL_GPL(dma_buf_kunmap); | |||
491 | * dma-buf buffer. | 491 | * dma-buf buffer. |
492 | * | 492 | * |
493 | * This function adjusts the passed in vma so that it points at the file of the | 493 | * This function adjusts the passed in vma so that it points at the file of the |
494 | * dma_buf operation. It alsog adjusts the starting pgoff and does bounds | 494 | * dma_buf operation. It also adjusts the starting pgoff and does bounds |
495 | * checking on the size of the vma. Then it calls the exporters mmap function to | 495 | * checking on the size of the vma. Then it calls the exporters mmap function to |
496 | * set up the mapping. | 496 | * set up the mapping. |
497 | * | 497 | * |