Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-block.git] / include / linux / dma-buf.h
index 6fa8d4e2971915ea11632c5ae3cf00cac2335cd3..3f31baa3293f9819e271911db351456ad2a14519 100644 (file)
@@ -356,7 +356,7 @@ struct dma_buf {
         */
        const char *name;
 
-       /** @name_lock: Spinlock to protect name acces for read access. */
+       /** @name_lock: Spinlock to protect name access for read access. */
        spinlock_t name_lock;
 
        /**
@@ -393,7 +393,7 @@ struct dma_buf {
         *   anything the userspace API considers write access.
         *
         * - Drivers may just always add a write fence, since that only
-        *   causes unecessarily synchronization, but no correctness issues.
+        *   causes unnecessary synchronization, but no correctness issues.
         *
         * - Some drivers only expose a synchronous userspace API with no
         *   pipelining across drivers. These do not set any fences for their