]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/dma-buf/Kconfig
Merge tag 'for-linus-4.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / drivers / dma-buf / Kconfig
index 2585821b24ab49622618ef99ed520830fe437b39..ed3b785bae37e1cd589697f04d1b868dc2fccd9b 100644 (file)
@@ -7,7 +7,7 @@ config SYNC_FILE
        select DMA_SHARED_BUFFER
        ---help---
          The Sync File Framework adds explicit syncronization via
-         userspace. It enables send/receive 'struct fence' objects to/from
+         userspace. It enables send/receive 'struct dma_fence' objects to/from
          userspace via Sync File fds for synchronization between drivers via
          userspace components. It has been ported from Android.