projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159d813
)
dma-buf: fix trivial typo error
author
Javier Martinez Canillas
<javier.martinez@collabora.co.uk>
Wed, 9 Apr 2014 23:30:05 +0000
(
01:30
+0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 5 May 2014 13:28:05 +0000
(15:28 +0200)
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/dma-buf.c
patch
|
blob
|
history
diff --git
a/drivers/base/dma-buf.c
b/drivers/base/dma-buf.c
index ea77701deda40074b4b59a03384106b4acb4fd14..840c7fa80983de8337e0f401f3441552059615d0 100644
(file)
--- a/
drivers/base/dma-buf.c
+++ b/
drivers/base/dma-buf.c
@@
-491,7
+491,7
@@
EXPORT_SYMBOL_GPL(dma_buf_kunmap);
* dma-buf buffer.
*
* This function adjusts the passed in vma so that it points at the file of the
- * dma_buf operation. It also
g
adjusts the starting pgoff and does bounds
+ * dma_buf operation. It also adjusts the starting pgoff and does bounds
* checking on the size of the vma. Then it calls the exporters mmap function to
* set up the mapping.
*