aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-05-14 05:03:37 -0400
committerWim Van Sebroeck <wim@iguana.be>2012-05-23 10:27:00 -0400
commit2deca7365582b7568dbdd2c3d9eef7ac17d41fd6 (patch)
treea826da67afb2fa6b5bcb6b4d7cb97b20914856cc
parent5f2430f554aabb4810b2a6f906be571ac1241d96 (diff)
Documentation/watchdog: Fix a small typo
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r--Documentation/watchdog/watchdog-kernel-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-kernel-api.txt b/Documentation/watchdog/watchdog-kernel-api.txt
index 227f6cd0e5fa..25fe4304f2fc 100644
--- a/Documentation/watchdog/watchdog-kernel-api.txt
+++ b/Documentation/watchdog/watchdog-kernel-api.txt
@@ -59,7 +59,7 @@ It contains following fields:
59* bootstatus: status of the device after booting (reported with watchdog 59* bootstatus: status of the device after booting (reported with watchdog
60 WDIOF_* status bits). 60 WDIOF_* status bits).
61* driver_data: a pointer to the drivers private data of a watchdog device. 61* driver_data: a pointer to the drivers private data of a watchdog device.
62 This data should only be accessed via the watchdog_set_drvadata and 62 This data should only be accessed via the watchdog_set_drvdata and
63 watchdog_get_drvdata routines. 63 watchdog_get_drvdata routines.
64* status: this field contains a number of status bits that give extra 64* status: this field contains a number of status bits that give extra
65 information about the status of the device (Like: is the watchdog timer 65 information about the status of the device (Like: is the watchdog timer