Message ID | 20180326115027.19955-3-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On Mon, 26 Mar 2018 14:50:27 +0300 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > Fix spelling for parenthesis in dmatest documentation. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > --- > Documentation/driver-api/dmaengine/dmatest.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst > index 9b45ff0d85cb..88700a05d562 100644 > --- a/Documentation/driver-api/dmaengine/dmatest.rst > +++ b/Documentation/driver-api/dmaengine/dmatest.rst > @@ -100,7 +100,7 @@ Example of output:: > 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, > +the parenthesis 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. That should be "parentheses", since it's plural. I took the liberty of fixing that and reflowing the paragraph back to <80 columns. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/driver-api/dmaengine/dmatest.rst b/Documentation/driver-api/dmaengine/dmatest.rst index 9b45ff0d85cb..88700a05d562 100644 --- a/Documentation/driver-api/dmaengine/dmatest.rst +++ b/Documentation/driver-api/dmaengine/dmatest.rst @@ -100,7 +100,7 @@ Example of output:: 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, +the parenthesis 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.
Fix spelling for parenthesis in dmatest documentation. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- Documentation/driver-api/dmaengine/dmatest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)