dmaengine: Fix spelling for parenthesis in dmatest documentation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 26 Mar 2018 11:50:27 +0000 (14:50 +0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 26 Mar 2018 16:40:37 +0000 (10:40 -0600)
Fix spelling for parenthesis in dmatest documentation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[ jc: did s/parenthesis/parentheses/ and reflowed ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/dmaengine/dmatest.rst

index 9b45ff0d85cba9a02e2063cb2f79d514d8ccf545..7ce5e71c353e89afa798b4833c4e8a0d833a0b81 100644 (file)
@@ -99,10 +99,11 @@ Example of output::
     % dmesg | tail -n 1
     dmatest: result dma0chan0-copy0: #1: No errors with src_off=0x7bf dst_off=0x8ad len=0x3fea (0)
 
-The message format is unified across the different types of errors. A number in
-the parens represents additional information, e.g. error code, error counter,
-or status. A test thread also emits a summary line at completion listing the
-number of tests executed, number that failed, and a result code.
+The message format is unified across the different types of errors. A
+number in the parentheses represents additional information, e.g. error
+code, error counter, or status. A test thread also emits a summary line at
+completion listing the number of tests executed, number that failed, and a
+result code.
 
 Example::