diff mbox series

[v1] dmaengine: Add mailing list address to the documentation

Message ID 20181120131533.36567-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State Not Applicable
Headers show
Series [v1] dmaengine: Add mailing list address to the documentation | expand

Commit Message

Andy Shevchenko Nov. 20, 2018, 1:15 p.m. UTC
It's not the first time I've got a private email in regard to
dmatest.c module.

Motivate people, by adding a note, to send their questions
to the mailing list instead

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 Documentation/driver-api/dmaengine/dmatest.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jonathan Corbet Nov. 20, 2018, 4:29 p.m. UTC | #1
On Tue, 20 Nov 2018 15:15:33 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> It's not the first time I've got a private email in regard to
> dmatest.c module.
> 
> Motivate people, by adding a note, to send their questions
> to the mailing list instead
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst
index 7ce5e71c353e..49efebd2c043 100644
--- a/Documentation/driver-api/dmaengine/dmatest.rst
+++ b/Documentation/driver-api/dmaengine/dmatest.rst
@@ -11,6 +11,10 @@  This small document introduces how to test DMA drivers using dmatest module.
   capability of the following: DMA_MEMCPY (memory-to-memory), DMA_MEMSET
   (const-to-memory or memory-to-memory, when emulated), DMA_XOR, DMA_PQ.
 
+.. note::
+  In case of any related questions use the official mailing list
+  dmaengine@vger.kernel.org.
+
 Part 1 - How to build the test module
 =====================================