All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] watchdog: Fix a trivial typo
@ 2013-10-28  8:47 Sachin Kamat
  2013-10-28 13:28 ` Guenter Roeck
  2013-10-29  8:00 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-10-28  8:47 UTC (permalink / raw)
  To: linux-watchdog; +Cc: wim, trivial, sachin.kamat

Fixed a trivial typo.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/watchdog/watchdog_core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watchdog_core.c
index 05d18b4..461336c 100644
--- a/drivers/watchdog/watchdog_core.c
+++ b/drivers/watchdog/watchdog_core.c
@@ -77,7 +77,7 @@ int watchdog_init_timeout(struct watchdog_device *wdd,
 
 	watchdog_check_min_max_timeout(wdd);
 
-	/* try to get the tiemout module parameter first */
+	/* try to get the timeout module parameter first */
 	if (!watchdog_timeout_invalid(wdd, timeout_parm)) {
 		wdd->timeout = timeout_parm;
 		return ret;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] watchdog: Fix a trivial typo
  2013-10-28  8:47 [PATCH 1/1] watchdog: Fix a trivial typo Sachin Kamat
@ 2013-10-28 13:28 ` Guenter Roeck
  2013-10-29  8:00 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2013-10-28 13:28 UTC (permalink / raw)
  To: Sachin Kamat, linux-watchdog; +Cc: wim, trivial

On 10/28/2013 01:47 AM, Sachin Kamat wrote:
> Fixed a trivial typo.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] watchdog: Fix a trivial typo
  2013-10-28  8:47 [PATCH 1/1] watchdog: Fix a trivial typo Sachin Kamat
  2013-10-28 13:28 ` Guenter Roeck
@ 2013-10-29  8:00 ` Wim Van Sebroeck
  1 sibling, 0 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2013-10-29  8:00 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-watchdog, trivial

Hi Sachin,

> Fixed a trivial typo.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  drivers/watchdog/watchdog_core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watchdog_core.c
> index 05d18b4..461336c 100644
> --- a/drivers/watchdog/watchdog_core.c
> +++ b/drivers/watchdog/watchdog_core.c
> @@ -77,7 +77,7 @@ int watchdog_init_timeout(struct watchdog_device *wdd,
>  
>  	watchdog_check_min_max_timeout(wdd);
>  
> -	/* try to get the tiemout module parameter first */
> +	/* try to get the timeout module parameter first */
>  	if (!watchdog_timeout_invalid(wdd, timeout_parm)) {
>  		wdd->timeout = timeout_parm;
>  		return ret;

Patch has been added to linux-watchdog-next.

Kind regards,
Wim.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-29  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28  8:47 [PATCH 1/1] watchdog: Fix a trivial typo Sachin Kamat
2013-10-28 13:28 ` Guenter Roeck
2013-10-29  8:00 ` Wim Van Sebroeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.