mbox series

[0/2] Documentation: dmaengine: Tweak dmatest docs

Message ID 20211118100952.27268-1-daniel.thompson@linaro.org (mailing list archive)
Headers show
Series Documentation: dmaengine: Tweak dmatest docs | expand

Message

Daniel Thompson Nov. 18, 2021, 10:09 a.m. UTC
A couple of small improvements to the dmatest documentation.

The first provides a description of what the test actually does.  The
second corrects the description of how the test behaves if the channel
parameter is not configured.

v2: Remove Haavard's SoB: from the first patch (Andy S., Vinod K.).

Daniel Thompson (2):
  Documentation: dmaengine: Add a description of what dmatest does
  Documentation: dmaengine: Correctly describe dmatest with channel
    unset

 Documentation/driver-api/dmaengine/dmatest.rst | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)


base-commit: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
--
2.33.0

Comments

Vinod Koul Nov. 22, 2021, 7:01 a.m. UTC | #1
On 18-11-21, 10:09, Daniel Thompson wrote:
> A couple of small improvements to the dmatest documentation.
> 
> The first provides a description of what the test actually does.  The
> second corrects the description of how the test behaves if the channel
> parameter is not configured.

Applied, thanks