summaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog/watchdog-api.txt
diff options
context:
space:
mode:
authorShuah Khan2016-09-17 01:40:40 +0200
committerShuah Khan2016-09-23 19:52:14 +0200
commit071bf69a0220253a44acb8b2a27f7a262b9a46bf (patch)
tree866502794134b58f493a6257d8ff49cd41353237 /Documentation/watchdog/watchdog-api.txt
parentsamples: move timers example code from Documentation (diff)
downloadkernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.gz
kernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.xz
kernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.zip
samples: move watchdog example code from Documentation
Move watchdog examples to samples and remove it from Documentation Makefile. Create a new Makefile to build watchdog. It can be built from top level directory or from watchdog directory: Run make -C samples/watchdog or cd samples/watchdog; make Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/watchdog/watchdog-api.txt')
-rw-r--r--Documentation/watchdog/watchdog-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
index b3a701f48118..0e62ba33b7fb 100644
--- a/Documentation/watchdog/watchdog-api.txt
+++ b/Documentation/watchdog/watchdog-api.txt
@@ -37,7 +37,7 @@ activates as soon as /dev/watchdog is opened and will reboot unless
the watchdog is pinged within a certain time, this time is called the
timeout or margin. The simplest way to ping the watchdog is to write
some data to the device. So a very simple watchdog daemon would look
-like this source file: see Documentation/watchdog/src/watchdog-simple.c
+like this source file: see samples/watchdog/watchdog-simple.c
A more advanced driver could for example check that a HTTP server is
still responding before doing the write call to ping the watchdog.