All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hangcheck-timer: Fix typo in comment
@ 2017-03-23  2:47 Shile Zhang
  2017-03-23  2:51 ` Shile Zhang
  0 siblings, 1 reply; 6+ messages in thread
From: Shile Zhang @ 2017-03-23  2:47 UTC (permalink / raw)
  To: Arnd Bergmann arnd @ arndb . de Greg Kroah-Hartman
  Cc: linux-kernel, Shile Zhang

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..dcd37b1 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
+ * allowed 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

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

* [PATCH] hangcheck-timer: Fix typo in comment
  2017-03-23  2:47 [PATCH] hangcheck-timer: Fix typo in comment Shile Zhang
@ 2017-03-23  2:51 ` Shile Zhang
  2017-03-23  6:12   ` Greg KH
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shile Zhang @ 2017-03-23  2:51 UTC (permalink / raw)
  To: arnd, gregkh; +Cc: linux-kernel, Shile Zhang

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..dcd37b1 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
+ * allowed 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

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

* Re: [PATCH] hangcheck-timer: Fix typo in comment
  2017-03-23  2:51 ` Shile Zhang
@ 2017-03-23  6:12   ` Greg KH
  2017-03-23  8:49   ` Shile Zhang
  2017-03-23  9:08   ` Shile Zhang
  2 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2017-03-23  6:12 UTC (permalink / raw)
  To: Shile Zhang; +Cc: arnd, linux-kernel

On Thu, Mar 23, 2017 at 10:51:09AM +0800, Shile Zhang wrote:
> Signed-off-by: Shile Zhang <shile.zhang@nokia.com>

I can't take patches with no changelog comment at all, sorry.

greg k-h

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

* [PATCH] hangcheck-timer: Fix typo in comment
  2017-03-23  2:51 ` Shile Zhang
  2017-03-23  6:12   ` Greg KH
@ 2017-03-23  8:49   ` Shile Zhang
  2017-03-23  9:08   ` Shile Zhang
  2 siblings, 0 replies; 6+ messages in thread
From: Shile Zhang @ 2017-03-23  8:49 UTC (permalink / raw)
  To: Arnd Bergmann, Greg Kroah-Hartman; +Cc: linux-kernel, Shile Zhang

Fix the typo "alloted" -> "allowed" 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..dcd37b1 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
+ * allowed 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

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

* [PATCH] hangcheck-timer: Fix typo in comment
  2017-03-23  2:51 ` Shile Zhang
  2017-03-23  6:12   ` Greg KH
  2017-03-23  8:49   ` Shile Zhang
@ 2017-03-23  9:08   ` Shile Zhang
  2017-03-23 12:58     ` Greg Kroah-Hartman
  2 siblings, 1 reply; 6+ messages in thread
From: Shile Zhang @ 2017-03-23  9:08 UTC (permalink / raw)
  To: Arnd Bergmann, Greg Kroah-Hartman; +Cc: linux-kernel, Shile Zhang

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

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

* Re: [PATCH] hangcheck-timer: Fix typo in comment
  2017-03-23  9:08   ` Shile Zhang
@ 2017-03-23 12:58     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2017-03-23 12:58 UTC (permalink / raw)
  To: Shile Zhang; +Cc: Arnd Bergmann, linux-kernel

On Thu, Mar 23, 2017 at 05:08:00PM +0800, Shile Zhang wrote:
> 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(-)

You sent me two different patches, with the same subject, yet they did
different things, so I have no idea what to do with them here :(

Please resend, the correct one, as a v2 patch, with the needed v2
information, and I'll be glad to consider it.

thanks,

greg k-h

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

end of thread, other threads:[~2017-03-23 12:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23  2:47 [PATCH] hangcheck-timer: Fix typo in comment Shile Zhang
2017-03-23  2:51 ` Shile Zhang
2017-03-23  6:12   ` Greg KH
2017-03-23  8:49   ` Shile Zhang
2017-03-23  9:08   ` Shile Zhang
2017-03-23 12:58     ` Greg Kroah-Hartman

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.