diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-05-27 17:19:06 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-17 15:00:14 -0400 |
commit | f9f535c1b76128f94dae7a4bb41464aacd4c10ec (patch) | |
tree | b2ce4e82c3ce2e81dd03adeddd4c8ff1d13df1c3 /include/linux/watchdog.h | |
parent | c3c1e29c8ad11dec67d01203759272da0d0df3aa (diff) |
watchdog: Improve description of min_hw_heartbeat_ms
The description of min_hw_heartbeat_ms is misleading and needs some
improvements.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'include/linux/watchdog.h')
-rw-r--r-- | include/linux/watchdog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h index 6b75e38b683f..7047bc7f8106 100644 --- a/include/linux/watchdog.h +++ b/include/linux/watchdog.h | |||
@@ -66,7 +66,8 @@ struct watchdog_ops { | |||
66 | * as configurable from user space. Only relevant if | 66 | * as configurable from user space. Only relevant if |
67 | * max_hw_heartbeat_ms is not provided. | 67 | * max_hw_heartbeat_ms is not provided. |
68 | * @min_hw_heartbeat_ms: | 68 | * @min_hw_heartbeat_ms: |
69 | * Minimum time between heartbeats, in milli-seconds. | 69 | * Hardware limit for minimum time between heartbeats, |
70 | * in milli-seconds. | ||
70 | * @max_hw_heartbeat_ms: | 71 | * @max_hw_heartbeat_ms: |
71 | * Hardware limit for maximum timeout, in milli-seconds. | 72 | * Hardware limit for maximum timeout, in milli-seconds. |
72 | * Replaces max_timeout if specified. | 73 | * Replaces max_timeout if specified. |