From: Javier Martinez Canillas Date: Wed, 9 Apr 2014 23:30:05 +0000 (+0200) Subject: dma-buf: fix trivial typo error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ecf1dbac78a41c6a5b948f1a50960cde1ec362d1;p=linux-beck.git dma-buf: fix trivial typo error Signed-off-by: Javier Martinez Canillas Signed-off-by: Jiri Kosina --- 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); * 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. *