diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-03-26 07:50:27 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-26 12:40:37 -0400 |
commit | 7af8c46da57d88ce4bc074751668e0a4f6954161 (patch) | |
tree | 130fc01e8c97eb23376ade99ed6bbf481e7efd27 | |
parent | bc1287b9e5150c5ff85ef4695ccdbe00a8a4d6bf (diff) |
dmaengine: Fix spelling for parenthesis in dmatest documentation
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>
-rw-r--r-- | Documentation/driver-api/dmaengine/dmatest.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst index 9b45ff0d85cb..7ce5e71c353e 100644 --- a/Documentation/driver-api/dmaengine/dmatest.rst +++ b/Documentation/driver-api/dmaengine/dmatest.rst | |||
@@ -99,10 +99,11 @@ Example of output:: | |||
99 | % dmesg | tail -n 1 | 99 | % dmesg | tail -n 1 |
100 | dmatest: result dma0chan0-copy0: #1: No errors with src_off=0x7bf dst_off=0x8ad len=0x3fea (0) | 100 | dmatest: result dma0chan0-copy0: #1: No errors with src_off=0x7bf dst_off=0x8ad len=0x3fea (0) |
101 | 101 | ||
102 | The message format is unified across the different types of errors. A number in | 102 | The message format is unified across the different types of errors. A |
103 | the parens represents additional information, e.g. error code, error counter, | 103 | number in the parentheses represents additional information, e.g. error |
104 | or status. A test thread also emits a summary line at completion listing the | 104 | code, error counter, or status. A test thread also emits a summary line at |
105 | number of tests executed, number that failed, and a result code. | 105 | completion listing the number of tests executed, number that failed, and a |
106 | result code. | ||
106 | 107 | ||
107 | Example:: | 108 | Example:: |
108 | 109 | ||