<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">
<div><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">Am 24.03.2020 13:54 schrieb Geert Uytterhoeven <geert+renesas@glider.be>:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><font size="2"><span style="font-size:11pt">
<div>Improve the help text for the CONFIG_DMABUF_MOVE_NOTIFY symbol by:<br>
  1. Removing duplicated single quotes,<br>
  2. Adding a missing subject,<br>
  3. Fixing a misspelling of "yet",<br>
  4. Wrapping long lines.<br>
<br>
Fixes: bb42df4662a44765 ("dma-buf: add dynamic DMA-buf handling v15")<br>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be><br>
</div>
</span></font></div>
</blockquote>
</div>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">Reviewed-by: Christian König <christian.koenig@amd.com></div>
<div dir="auto"><br>
</div>
<div dir="auto">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><font size="2"><span style="font-size:11pt">
<div>---<br>
 drivers/dma-buf/Kconfig | 11 ++++++-----<br>
 1 file changed, 6 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/drivers/dma-buf/Kconfig b/drivers/dma-buf/Kconfig<br>
index ef73b678419c6d86..9626673f1d83ae64 100644<br>
--- a/drivers/dma-buf/Kconfig<br>
+++ b/drivers/dma-buf/Kconfig<br>
@@ -43,11 +43,12 @@ config DMABUF_MOVE_NOTIFY<br>
         bool "Move notify between drivers (EXPERIMENTAL)"<br>
         default n<br>
         help<br>
-         Don''t pin buffers if the dynamic DMA-buf interface is available on both the<br>
-         exporter as well as the importer. This fixes a security problem where<br>
-         userspace is able to pin unrestricted amounts of memory through DMA-buf.<br>
-         But marked experimental because we don''t jet have a consistent execution<br>
-         context and memory management between drivers.<br>
+         Don't pin buffers if the dynamic DMA-buf interface is available on<br>
+         both the exporter as well as the importer. This fixes a security<br>
+         problem where userspace is able to pin unrestricted amounts of memory<br>
+         through DMA-buf.<br>
+         This is marked experimental because we don't yet have a consistent<br>
+         execution context and memory management between drivers.<br>
 <br>
 config DMABUF_SELFTESTS<br>
         tristate "Selftests for the dma-buf interfaces"<br>
-- <br>
2.17.1<br>
<br>
</div>
</span></font></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</body>
</html>