@@ -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
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(-)