X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fdma-buf%2Fdma-buf.c;h=775d3afb416983d94c4fb7ea179494ffe69640ea;hb=9cbbd694a58bdf24def2462276514c90cab7cf80;hp=df23239b04fc219afb77041172ab84788dcb7365;hpb=1464677662943738741500a6f16b85d36bbde2be;p=linux-2.6-microblaze.git diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index df23239b04fc..775d3afb4169 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -443,7 +443,7 @@ err_alloc_file: * as a file descriptor by calling dma_buf_fd(). * * 2. Userspace passes this file-descriptors to all drivers it wants this buffer - * to share with: First the filedescriptor is converted to a &dma_buf using + * to share with: First the file descriptor is converted to a &dma_buf using * dma_buf_get(). Then the buffer is attached to the device using * dma_buf_attach(). *