aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@oracle.com>2017-10-12 16:24:10 -0400
committerJonathan Corbet <corbet@lwn.net>2017-10-19 14:58:21 -0400
commit718d50ec782caad13e0cc78fa6a76ff2226f3dd3 (patch)
tree13a0e70957373f555868746223894c2b1599302c /Documentation/watchdog
parent4493c1f01b139192e2490457577dccff227987b7 (diff)
Documentation: fix selftests related file refs
Make refs to selftests files valid including: - watchdog-test.c - dnotify_test.c Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r--Documentation/watchdog/hpwdt.txt2
-rw-r--r--Documentation/watchdog/pcwd-watchdog.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/watchdog/hpwdt.txt b/Documentation/watchdog/hpwdt.txt
index 7a9f635d0258..6d866c537127 100644
--- a/Documentation/watchdog/hpwdt.txt
+++ b/Documentation/watchdog/hpwdt.txt
@@ -15,7 +15,7 @@ Last reviewed: 05/20/2016
15 15
16 Watchdog functionality is enabled like any other common watchdog driver. That 16 Watchdog functionality is enabled like any other common watchdog driver. That
17 is, an application needs to be started that kicks off the watchdog timer. A 17 is, an application needs to be started that kicks off the watchdog timer. A
18 basic application exists in the Documentation/watchdog/src directory called 18 basic application exists in tools/testing/selftests/watchdog/ named
19 watchdog-test.c. Simply compile the C file and kick it off. If the system 19 watchdog-test.c. Simply compile the C file and kick it off. If the system
20 gets into a bad state and hangs, the HPE ProLiant iLO timer register will 20 gets into a bad state and hangs, the HPE ProLiant iLO timer register will
21 not be updated in a timely fashion and a hardware system reset (also known as 21 not be updated in a timely fashion and a hardware system reset (also known as
diff --git a/Documentation/watchdog/pcwd-watchdog.txt b/Documentation/watchdog/pcwd-watchdog.txt
index 4f68052395c0..b8e60a441a43 100644
--- a/Documentation/watchdog/pcwd-watchdog.txt
+++ b/Documentation/watchdog/pcwd-watchdog.txt
@@ -25,7 +25,7 @@ Last reviewed: 10/05/2007
25 25
26 If you want to write a program to be compatible with the PC Watchdog 26 If you want to write a program to be compatible with the PC Watchdog
27 driver, simply use of modify the watchdog test program: 27 driver, simply use of modify the watchdog test program:
28 Documentation/watchdog/src/watchdog-test.c 28 tools/testing/selftests/watchdog/watchdog-test.c
29 29
30 30
31 Other IOCTL functions include: 31 Other IOCTL functions include: