diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-05-14 14:33:37 +0530 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-05-23 16:27:00 +0200 |
commit | 2deca7365582b7568dbdd2c3d9eef7ac17d41fd6 (patch) | |
tree | a826da67afb2fa6b5bcb6b4d7cb97b20914856cc /Documentation | |
parent | 5f2430f554aabb4810b2a6f906be571ac1241d96 (diff) | |
download | linux-3.10-2deca7365582b7568dbdd2c3d9eef7ac17d41fd6.tar.gz linux-3.10-2deca7365582b7568dbdd2c3d9eef7ac17d41fd6.tar.bz2 linux-3.10-2deca7365582b7568dbdd2c3d9eef7ac17d41fd6.zip |
Documentation/watchdog: Fix a small typo
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/watchdog/watchdog-kernel-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-kernel-api.txt b/Documentation/watchdog/watchdog-kernel-api.txt index 227f6cd0e5f..25fe4304f2f 100644 --- a/Documentation/watchdog/watchdog-kernel-api.txt +++ b/Documentation/watchdog/watchdog-kernel-api.txt @@ -59,7 +59,7 @@ It contains following fields: * bootstatus: status of the device after booting (reported with watchdog WDIOF_* status bits). * driver_data: a pointer to the drivers private data of a watchdog device. - This data should only be accessed via the watchdog_set_drvadata and + This data should only be accessed via the watchdog_set_drvdata and watchdog_get_drvdata routines. * status: this field contains a number of status bits that give extra information about the status of the device (Like: is the watchdog timer |