Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tom Saeger and committed by
Jonathan Corbet
718d50ec 4493c1f0

+3 -3
+1 -1
Documentation/filesystems/dnotify.txt
··· 62 62 63 63 Example 64 64 ------- 65 - See Documentation/filesystems/dnotify_test.c for an example. 65 + See tools/testing/selftests/filesystems/dnotify_test.c for an example. 66 66 67 67 NOTE 68 68 ----
+1 -1
Documentation/watchdog/hpwdt.txt
··· 15 15 16 16 Watchdog functionality is enabled like any other common watchdog driver. That 17 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 19 watchdog-test.c. Simply compile the C file and kick it off. If the system 20 20 gets into a bad state and hangs, the HPE ProLiant iLO timer register will 21 21 not be updated in a timely fashion and a hardware system reset (also known as
+1 -1
Documentation/watchdog/pcwd-watchdog.txt
··· 25 25 26 26 If you want to write a program to be compatible with the PC Watchdog 27 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 31 Other IOCTL functions include: