Commit 7af8c46d authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Jonathan Corbet

dmaengine: Fix spelling for parenthesis in dmatest documentation

Fix spelling for parenthesis in dmatest documentation.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
[ jc: did s/parenthesis/parentheses/ and reflowed ]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent bc1287b9
...@@ -99,10 +99,11 @@ Example of output:: ...@@ -99,10 +99,11 @@ Example of output::
% dmesg | tail -n 1 % dmesg | tail -n 1
dmatest: result dma0chan0-copy0: #1: No errors with src_off=0x7bf dst_off=0x8ad len=0x3fea (0) 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 message format is unified across the different types of errors. A
the parens represents additional information, e.g. error code, error counter, number in the parentheses represents additional information, e.g. error
or status. A test thread also emits a summary line at completion listing the code, error counter, or status. A test thread also emits a summary line at
number of tests executed, number that failed, and a result code. completion listing the number of tests executed, number that failed, and a
result code.
Example:: Example::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment