diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2016-04-12 17:56:11 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-05-14 15:33:42 +0200 |
commit | 358d5a565fa6a5f51fcd04f8e890a0a474a814fe (patch) | |
tree | 2168bb4fb8b2931abf298a66b6f3839c6b3939e9 /drivers/watchdog | |
parent | 84df082cad236a6ec70df1fbbf3d8dcb5c5f994e (diff) |
watchdog: core: fix trivial typo in a comment
Let's have balanced round brackets.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/watchdog_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watchdog_core.c index c1658fe73d58..6249ed34214a 100644 --- a/drivers/watchdog/watchdog_core.c +++ b/drivers/watchdog/watchdog_core.c @@ -104,7 +104,7 @@ static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) * timeout module parameter (if it is valid value) or the timeout-sec property * (only if it is a valid value and the timeout_parm is out of bounds). * If none of them are valid then we keep the old value (which should normally - * be the default timeout value. + * be the default timeout value). * * A zero is returned on success and -EINVAL for failure. */ |