diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-03-04 13:09:34 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-15 08:21:18 +0400 |
commit | d86b2f298e6de124984f5d5817ed1e6e759b3ada (patch) | |
tree | 8e8ec1c9b6d99e7bd3920709d2166e76ac80dd07 /Documentation/dmatest.txt | |
parent | 95019c8c5af947f64e4a62e08a4a275bc36148ee (diff) | |
download | linux-d86b2f298e6de124984f5d5817ed1e6e759b3ada.tar.xz |
dmatest: append verify result to results
Comparison between buffers is stored to the dedicated structure.
Note that the verify result is now accessible only via file 'results' in the
debugfs.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/dmatest.txt')
-rw-r--r-- | Documentation/dmatest.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/dmatest.txt b/Documentation/dmatest.txt index d05782b26a2e..279ac0a8c5b1 100644 --- a/Documentation/dmatest.txt +++ b/Documentation/dmatest.txt @@ -75,5 +75,7 @@ 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. -Note that the buffer comparison is done in the old way, i.e. data is not -collected and just printed out. +Comparison between buffers is stored to the dedicated structure. + +Note that the verify result is now accessible only via file 'results' in the +debugfs. |