diff mbox series

drivers/dma-buf/Kconfig: correct typo in description

Message ID 20200403183334.11440-1-paulb@blazebox.homeip.net
State New
Headers show
Series drivers/dma-buf/Kconfig: correct typo in description | expand

Commit Message

Paul Blazejowski April 3, 2020, 6:33 p.m. UTC
While running `make oldconfig` CONFIG_DMABUF_MOVE_NOTIFY
has a typo in Kconfig description, correct it.

Signed-off-by: Paul Blazejowski <paulb@blazebox.homeip.net>
---
 drivers/dma-buf/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig
index ef73b678419c..04dd09b1667b 100644
--- a/drivers/dma-buf/Kconfig
+++ b/drivers/dma-buf/Kconfig
@@ -43,10 +43,10 @@  config DMABUF_MOVE_NOTIFY
 	bool "Move notify between drivers (EXPERIMENTAL)"
 	default n
 	help
-	  Don''t pin buffers if the dynamic DMA-buf interface is available on both the
+	  Don't pin buffers if the dynamic DMA-buf interface is available on both the
 	  exporter as well as the importer. This fixes a security problem where
 	  userspace is able to pin unrestricted amounts of memory through DMA-buf.
-	  But marked experimental because we don''t jet have a consistent execution
+	  But marked experimental because we don't jet have a consistent execution
 	  context and memory management between drivers.
 
 config DMABUF_SELFTESTS