diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2015-11-03 03:00:15 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-11-03 14:46:21 -0500 |
commit | 80220fa72b917c64675f3ba4008d2c5a7b50b281 (patch) | |
tree | f3ad78d08aabf0df9d731fe7f7c148b433207562 /include/linux/watchdog.h | |
parent | 5ef796639c2cacaebc07cf7e63bd20d64f7b3cb0 (diff) |
watchdog: include: fix some typos
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/watchdog.h b/include/linux/watchdog.h index e90e3ea5ebeb..5f18dd9ec224 100644 --- a/include/linux/watchdog.h +++ b/include/linux/watchdog.h | |||
@@ -25,7 +25,7 @@ struct watchdog_device; | |||
25 | * @ping: The routine that sends a keepalive ping to the watchdog device. | 25 | * @ping: The routine that sends a keepalive ping to the watchdog device. |
26 | * @status: The routine that shows the status of the watchdog device. | 26 | * @status: The routine that shows the status of the watchdog device. |
27 | * @set_timeout:The routine for setting the watchdog devices timeout value. | 27 | * @set_timeout:The routine for setting the watchdog devices timeout value. |
28 | * @get_timeleft:The routine that get's the time that's left before a reset. | 28 | * @get_timeleft:The routine that gets the time left before a reset. |
29 | * @ref: The ref operation for dyn. allocated watchdog_device structs | 29 | * @ref: The ref operation for dyn. allocated watchdog_device structs |
30 | * @unref: The unref operation for dyn. allocated watchdog_device structs | 30 | * @unref: The unref operation for dyn. allocated watchdog_device structs |
31 | * @ioctl: The routines that handles extra ioctl calls. | 31 | * @ioctl: The routines that handles extra ioctl calls. |
@@ -33,7 +33,7 @@ struct watchdog_device; | |||
33 | * The watchdog_ops structure contains a list of low-level operations | 33 | * The watchdog_ops structure contains a list of low-level operations |
34 | * that control a watchdog device. It also contains the module that owns | 34 | * that control a watchdog device. It also contains the module that owns |
35 | * these operations. The start and stop function are mandatory, all other | 35 | * these operations. The start and stop function are mandatory, all other |
36 | * functions are optonal. | 36 | * functions are optional. |
37 | */ | 37 | */ |
38 | struct watchdog_ops { | 38 | struct watchdog_ops { |
39 | struct module *owner; | 39 | struct module *owner; |