dma-buf: Fix a typo in Kconfig
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 16 Feb 2020 11:47:08 +0000 (12:47 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 17 Feb 2020 09:27:25 +0000 (10:27 +0100)
A 'h' ismissing in' syncronization'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200216114708.20583-1-christophe.jaillet@wanadoo.fr
drivers/dma-buf/Kconfig

index 0613bb7..e7d820c 100644 (file)
@@ -6,7 +6,7 @@ config SYNC_FILE
        default n
        select DMA_SHARED_BUFFER
        ---help---
-         The Sync File Framework adds explicit syncronization via
+         The Sync File Framework adds explicit synchronization via
          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.