diff options
Diffstat (limited to 'Documentation/power/drivers-testing.txt')
-rw-r--r-- | Documentation/power/drivers-testing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/power/drivers-testing.txt b/Documentation/power/drivers-testing.txt index 33016c2f18dd..e4bdcaee24e4 100644 --- a/Documentation/power/drivers-testing.txt +++ b/Documentation/power/drivers-testing.txt | |||
@@ -14,8 +14,8 @@ the machine's BIOS. | |||
14 | Of course, for this purpose the test system has to be known to suspend and | 14 | Of course, for this purpose the test system has to be known to suspend and |
15 | resume without the driver being tested. Thus, if possible, you should first | 15 | resume without the driver being tested. Thus, if possible, you should first |
16 | resolve all suspend/resume-related problems in the test system before you start | 16 | resolve all suspend/resume-related problems in the test system before you start |
17 | testing the new driver. Please see Documents/power/basic-pm-debugging.txt for | 17 | testing the new driver. Please see Documentation/power/basic-pm-debugging.txt |
18 | more information about the debugging of suspend/resume functionality. | 18 | for more information about the debugging of suspend/resume functionality. |
19 | 19 | ||
20 | 2. Testing the driver | 20 | 2. Testing the driver |
21 | 21 | ||