From: Christophe JAILLET Date: Sun, 16 Feb 2020 11:47:08 +0000 (+0100) Subject: dma-buf: Fix a typo in Kconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3e8a3844fefbaad911c596f02dd48c39188ffa81;p=linux.git dma-buf: Fix a typo in Kconfig A 'h' ismissing in' syncronization' Signed-off-by: Christophe JAILLET Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200216114708.20583-1-christophe.jaillet@wanadoo.fr --- diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig index 0613bb7770f52..e7d820ce07241 100644 --- a/drivers/dma-buf/Kconfig +++ b/drivers/dma-buf/Kconfig @@ -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.