diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/dmatest.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/dmatest.txt b/Documentation/dmatest.txt index a2b5663eae26..8b7a5c879df9 100644 --- a/Documentation/dmatest.txt +++ b/Documentation/dmatest.txt | |||
@@ -76,7 +76,5 @@ The message format is unified across the different types of errors. A number in | |||
76 | the parens represents additional information, e.g. error code, error counter, | 76 | the parens represents additional information, e.g. error code, error counter, |
77 | or status. | 77 | or status. |
78 | 78 | ||
79 | Comparison between buffers is stored to the dedicated structure. | 79 | Note that the buffer comparison is done in the old way, i.e. data is not |
80 | 80 | collected and just printed out. | |
81 | Note that the verify result is now accessible only via file 'results' in the | ||
82 | debugfs. | ||