watchdog: include: fix some typos
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 3 Nov 2015 08:00:15 +0000 (09:00 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 3 Nov 2015 19:46:21 +0000 (20:46 +0100)
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>
include/linux/watchdog.h

index e90e3ea5ebebcbe69fe2dbb1072c927c0ceb5746..5f18dd9ec2248cd984481d00905087ce863651e9 100644 (file)
@@ -25,7 +25,7 @@ struct watchdog_device;
  * @ping:      The routine that sends a keepalive ping to the watchdog device.
  * @status:    The routine that shows the status of the watchdog device.
  * @set_timeout:The routine for setting the watchdog devices timeout value.
- * @get_timeleft:The routine that get's the time that's left before a reset.
+ * @get_timeleft:The routine that gets the time left before a reset.
  * @ref:       The ref operation for dyn. allocated watchdog_device structs
  * @unref:     The unref operation for dyn. allocated watchdog_device structs
  * @ioctl:     The routines that handles extra ioctl calls.
@@ -33,7 +33,7 @@ struct watchdog_device;
  * The watchdog_ops structure contains a list of low-level operations
  * that control a watchdog device. It also contains the module that owns
  * these operations. The start and stop function are mandatory, all other
- * functions are optonal.
+ * functions are optional.
  */
 struct watchdog_ops {
        struct module *owner;