Skip to content

Commit 7af8c46

Browse files
andy-shevJonathan Corbet
authored andcommitted
dmaengine: Fix spelling for parenthesis in dmatest documentation
Fix spelling for parenthesis in dmatest documentation. Signed-off-by: Andy Shevchenko <[email protected]> [ jc: did s/parenthesis/parentheses/ and reflowed ] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent bc1287b commit 7af8c46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/driver-api/dmaengine/dmatest.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ Example of output::
9999
% dmesg | tail -n 1
100100
dmatest: result dma0chan0-copy0: #1: No errors with src_off=0x7bf dst_off=0x8ad len=0x3fea (0)
101101

102-
The message format is unified across the different types of errors. A number in
103-
the parens represents additional information, e.g. error code, error counter,
104-
or status. A test thread also emits a summary line at completion listing the
105-
number of tests executed, number that failed, and a result code.
102+
The message format is unified across the different types of errors. A
103+
number in the parentheses represents additional information, e.g. error
104+
code, error counter, or status. A test thread also emits a summary line at
105+
completion listing the number of tests executed, number that failed, and a
106+
result code.
106107

107108
Example::
108109

0 commit comments

Comments
 (0)