Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1607520 > unrolled thread
| Started by | "Zhang, Shile (Nokia - CN/Hangzhou)" <shile.zhang@nokia.com> |
|---|---|
| First post | 2017-03-23 15:10 +0100 |
| Last post | 2017-03-23 22:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH V2] hangcheck-timer: Fix typo in comment "Zhang, Shile (Nokia - CN/Hangzhou)" <shile.zhang@nokia.com> - 2017-03-23 15:10 +0100
Re: [PATCH V2] hangcheck-timer: Fix typo in comment Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-23 22:00 +0100
RE: [PATCH v3] hangcheck-timer: Fix typo in comment "Zhang, Shile (Nokia - CN/Hangzhou)" <shile.zhang@nokia.com> - 2017-03-23 22:50 +0100
| From | "Zhang, Shile (Nokia - CN/Hangzhou)" <shile.zhang@nokia.com> |
|---|---|
| Date | 2017-03-23 15:10 +0100 |
| Subject | [PATCH V2] hangcheck-timer: Fix typo in comment |
| Message-ID | <tobB7-3e8-1@gated-at.bofh.it> |
Correct patch for the typo. Sorry for I sent first patch w/o commit log and second patch with incorrect fix. Thanks! ---- Fix the typo "alloted" -> "allotted" in comment. Signed-off-by: Shile Zhang <shile.zhang@nokia.com> --- drivers/char/hangcheck-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/hangcheck-timer.c b/drivers/char/hangcheck-timer.c index 4f33737..5406b90 100644 --- a/drivers/char/hangcheck-timer.c +++ b/drivers/char/hangcheck-timer.c @@ -32,7 +32,7 @@ * timer and 180 seconds for the margin of error. IOW, a timer is set * for 60 seconds. When the timer fires, the callback checks the * actual duration that the timer waited. If the duration exceeds the - * alloted time and margin (here 60 + 180, or 240 seconds), the machine + * allotted time and margin (here 60 + 180, or 240 seconds), the machine * is restarted. A healthy machine will have the duration match the * expected timeout very closely. */ -- 2.6.2
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-03-23 22:00 +0100 |
| Message-ID | <tohZU-7Mb-21@gated-at.bofh.it> |
| In reply to | #1607520 |
On Thu, Mar 23, 2017 at 02:02:58PM +0000, Zhang, Shile (Nokia - CN/Hangzhou) wrote: > Correct patch for the typo. > Sorry for I sent first patch w/o commit log and second patch with incorrect fix. > Thanks! > ---- Notes like this go below the --- line, if they are above, they end up in the changelog itself :( v3? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | "Zhang, Shile (Nokia - CN/Hangzhou)" <shile.zhang@nokia.com> |
|---|---|
| Date | 2017-03-23 22:50 +0100 |
| Subject | RE: [PATCH v3] hangcheck-timer: Fix typo in comment |
| Message-ID | <toiMh-8kl-1@gated-at.bofh.it> |
| In reply to | #1607520 |
>Fix the typo "alloted" -> "allotted" in comment. > >Signed-off-by: Shile Zhang <shile.zhang@nokia.com> >--- > drivers/char/hangcheck-timer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/char/hangcheck-timer.c b/drivers/char/hangcheck-timer.c >index 4f33737..5406b90 100644 >--- a/drivers/char/hangcheck-timer.c >+++ b/drivers/char/hangcheck-timer.c >@@ -32,7 +32,7 @@ > * timer and 180 seconds for the margin of error. IOW, a timer is set > * for 60 seconds. When the timer fires, the callback checks the > * actual duration that the timer waited. If the duration exceeds the >- * alloted time and margin (here 60 + 180, or 240 seconds), the machine >+ * allotted time and margin (here 60 + 180, or 240 seconds), the machine > * is restarted. A healthy machine will have the duration match the > * expected timeout very closely. > */ >-- >2.6.2 Hi Greg, Sorry for trouble! Dose this format is OK in this version? Thanks! BR, Shile
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web