aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-04-09 19:30:05 -0400
committerJiri Kosina <jkosina@suse.cz>2014-05-05 09:28:05 -0400
commitecf1dbac78a41c6a5b948f1a50960cde1ec362d1 (patch)
treea13a574a64841e3eb464e333da7a8a24386e468e
parent159d8133d0b54a501a41a66fe3a0e7d16405e36d (diff)
dma-buf: fix trivial typo error
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/base/dma-buf.c2
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 *