* [PATCH] Documentation: fix a typo in watchdog-api.txt
@ 2014-07-29 8:04 Sangjung Woo
2014-07-29 14:11 ` Guenter Roeck
2014-07-29 16:47 ` Randy Dunlap
0 siblings, 2 replies; 6+ messages in thread
From: Sangjung Woo @ 2014-07-29 8:04 UTC (permalink / raw)
To: Wim Van Sebroeck, Randy Dunlap
Cc: linux-watchdog, linux-kernel, Sangjung Woo, again4you
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
---
Documentation/watchdog/watchdog-api.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
index eb7132e..53c49a4 100644
--- a/Documentation/watchdog/watchdog-api.txt
+++ b/Documentation/watchdog/watchdog-api.txt
@@ -118,7 +118,7 @@ resets.
Note that the pretimeout is the number of seconds before the time
when the timeout will go off. It is not the number of seconds until
the pretimeout. So, for instance, if you set the timeout to 60 seconds
-and the pretimeout to 10 seconds, the pretimout will go of in 50
+and the pretimeout to 10 seconds, the pretimout will go off in 50
seconds. Setting a pretimeout to zero disables it.
There is also a get function for getting the pretimeout:
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: fix a typo in watchdog-api.txt
2014-07-29 8:04 [PATCH] Documentation: fix a typo in watchdog-api.txt Sangjung Woo
@ 2014-07-29 14:11 ` Guenter Roeck
2014-07-29 16:47 ` Randy Dunlap
1 sibling, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2014-07-29 14:11 UTC (permalink / raw)
To: Sangjung Woo, Wim Van Sebroeck, Randy Dunlap
Cc: linux-watchdog, linux-kernel, again4you
On 07/29/2014 01:04 AM, Sangjung Woo wrote:
> Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: fix a typo in watchdog-api.txt
2014-07-29 8:04 [PATCH] Documentation: fix a typo in watchdog-api.txt Sangjung Woo
2014-07-29 14:11 ` Guenter Roeck
@ 2014-07-29 16:47 ` Randy Dunlap
2014-07-29 20:54 ` Wim Van Sebroeck
2014-07-30 1:03 ` Sangjung
1 sibling, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-07-29 16:47 UTC (permalink / raw)
To: Sangjung Woo, Wim Van Sebroeck
Cc: linux-watchdog, linux-kernel, again4you, Jiri Kosina
On 07/29/14 01:04, Sangjung Woo wrote:
> Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
> ---
> Documentation/watchdog/watchdog-api.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
> index eb7132e..53c49a4 100644
> --- a/Documentation/watchdog/watchdog-api.txt
> +++ b/Documentation/watchdog/watchdog-api.txt
> @@ -118,7 +118,7 @@ resets.
> Note that the pretimeout is the number of seconds before the time
> when the timeout will go off. It is not the number of seconds until
> the pretimeout. So, for instance, if you set the timeout to 60 seconds
> -and the pretimeout to 10 seconds, the pretimout will go of in 50
> +and the pretimeout to 10 seconds, the pretimout will go off in 50
pretimeout
Please correct that word also and then resend. Also resend to:
trivial@kernel.org
Thanks.
> seconds. Setting a pretimeout to zero disables it.
>
> There is also a get function for getting the pretimeout:
>
--
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] Documentation: fix a typo in watchdog-api.txt
2014-07-29 16:47 ` Randy Dunlap
@ 2014-07-29 20:54 ` Wim Van Sebroeck
2014-07-29 22:36 ` Randy Dunlap
2014-07-30 1:03 ` Sangjung
1 sibling, 1 reply; 6+ messages in thread
From: Wim Van Sebroeck @ 2014-07-29 20:54 UTC (permalink / raw)
To: Randy Dunlap
Cc: Sangjung Woo, linux-watchdog, linux-kernel, again4you,
Jiri Kosina
Hi Randy,
> On 07/29/14 01:04, Sangjung Woo wrote:
> > Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
> > ---
> > Documentation/watchdog/watchdog-api.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
> > index eb7132e..53c49a4 100644
> > --- a/Documentation/watchdog/watchdog-api.txt
> > +++ b/Documentation/watchdog/watchdog-api.txt
> > @@ -118,7 +118,7 @@ resets.
> > Note that the pretimeout is the number of seconds before the time
> > when the timeout will go off. It is not the number of seconds until
> > the pretimeout. So, for instance, if you set the timeout to 60 seconds
> > -and the pretimeout to 10 seconds, the pretimout will go of in 50
> > +and the pretimeout to 10 seconds, the pretimout will go off in 50
>
> pretimeout
>
> Please correct that word also and then resend. Also resend to:
> trivial@kernel.org
>
Can take this one through the linux-watchdog tree also.
Kind regards,
Wim.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: fix a typo in watchdog-api.txt
2014-07-29 20:54 ` Wim Van Sebroeck
@ 2014-07-29 22:36 ` Randy Dunlap
0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-07-29 22:36 UTC (permalink / raw)
To: Wim Van Sebroeck
Cc: Sangjung Woo, linux-watchdog, linux-kernel, again4you,
Jiri Kosina
On 07/29/14 13:54, Wim Van Sebroeck wrote:
> Hi Randy,
>
>> On 07/29/14 01:04, Sangjung Woo wrote:
>>> Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
>>> ---
>>> Documentation/watchdog/watchdog-api.txt | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
>>> index eb7132e..53c49a4 100644
>>> --- a/Documentation/watchdog/watchdog-api.txt
>>> +++ b/Documentation/watchdog/watchdog-api.txt
>>> @@ -118,7 +118,7 @@ resets.
>>> Note that the pretimeout is the number of seconds before the time
>>> when the timeout will go off. It is not the number of seconds until
>>> the pretimeout. So, for instance, if you set the timeout to 60 seconds
>>> -and the pretimeout to 10 seconds, the pretimout will go of in 50
>>> +and the pretimeout to 10 seconds, the pretimout will go off in 50
>>
>> pretimeout
>>
>> Please correct that word also and then resend. Also resend to:
>> trivial@kernel.org
>>
>
> Can take this one through the linux-watchdog tree also.
OK, you can do that then.
Thanks.
--
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: fix a typo in watchdog-api.txt
2014-07-29 16:47 ` Randy Dunlap
2014-07-29 20:54 ` Wim Van Sebroeck
@ 2014-07-30 1:03 ` Sangjung
1 sibling, 0 replies; 6+ messages in thread
From: Sangjung @ 2014-07-30 1:03 UTC (permalink / raw)
To: Randy Dunlap, Wim Van Sebroeck
Cc: linux-watchdog, linux-kernel, again4you, Jiri Kosina
On 07/30/2014 01:47 AM, Randy Dunlap wrote:
> On 07/29/14 01:04, Sangjung Woo wrote:
>> Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
>> ---
>> Documentation/watchdog/watchdog-api.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/watchdog/watchdog-api.txt b/Documentation/watchdog/watchdog-api.txt
>> index eb7132e..53c49a4 100644
>> --- a/Documentation/watchdog/watchdog-api.txt
>> +++ b/Documentation/watchdog/watchdog-api.txt
>> @@ -118,7 +118,7 @@ resets.
>> Note that the pretimeout is the number of seconds before the time
>> when the timeout will go off. It is not the number of seconds until
>> the pretimeout. So, for instance, if you set the timeout to 60 seconds
>> -and the pretimeout to 10 seconds, the pretimout will go of in 50
>> +and the pretimeout to 10 seconds, the pretimout will go off in 50
> pretimeout
>
> Please correct that word also and then resend. Also resend to:
> trivial@kernel.org
>
> Thanks.
I resent it after modification.
Thanks for your opinion.
Best regards,
Sangjung
>
>> seconds. Setting a pretimeout to zero disables it.
>>
>> There is also a get function for getting the pretimeout:
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-07-30 1:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 8:04 [PATCH] Documentation: fix a typo in watchdog-api.txt Sangjung Woo
2014-07-29 14:11 ` Guenter Roeck
2014-07-29 16:47 ` Randy Dunlap
2014-07-29 20:54 ` Wim Van Sebroeck
2014-07-29 22:36 ` Randy Dunlap
2014-07-30 1:03 ` Sangjung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox