]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/dma-buf.h
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
[thirdparty/linux.git] / include / linux / dma-buf.h
index 82e0a4a64601f9864f9746dd4bef5ebdb10f4b2e..ab0c156abee6e95e1f37b526467e2efd012c5b5a 100644 (file)
@@ -329,7 +329,6 @@ struct dma_buf {
 
 /**
  * struct dma_buf_attach_ops - importer operations for an attachment
- * @move_notify: [optional] notification that the DMA-buf is moving
  *
  * Attachment operations implemented by the importer.
  */
@@ -343,7 +342,7 @@ struct dma_buf_attach_ops {
        bool allow_peer2peer;
 
        /**
-        * @move_notify
+        * @move_notify: [optional] notification that the DMA-buf is moving
         *
         * If this callback is provided the framework can avoid pinning the
         * backing store while mappings exists.