Skip to content

Commit

Permalink
dma-buf: fix trivial typo error
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Javier Martinez Canillas authored and Jiri Kosina committed May 5, 2014
1 parent 159d813 commit ecf1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/dma-buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 alsog 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.
*
Expand Down

0 comments on commit ecf1dba

Please sign in to comment.