public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]arch:x86:kernel:cpu:mcheck:mce.c Fix comment, to sound more properly.
@ 2011-08-19 17:17 Justin P. Mattock
  2011-08-19 23:35 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Justin P. Mattock @ 2011-08-19 17:17 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

From: "Justin P. Mattock" <justinmattock@gmail.com>

The below patch just fixes a comment to make sound more proper.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/kernel/cpu/mcheck/mce.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c
index 08363b0..97af387 100644
--- a/arch/x86/kernel/cpu/mcheck/mce.c
+++ b/arch/x86/kernel/cpu/mcheck/mce.c
@@ -753,7 +753,7 @@ static int mce_start(int *no_way_out)
 	} else {
 		/*
 		 * Subject: Now start the scanning loop one by one in
-		 * the original callin order.
+		 * the original calling order.
 		 * This way when there are any shared banks it will be
 		 * only seen by one CPU before cleared, avoiding duplicates.
 		 */
-- 
1.7.6


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

* Re: [PATCH]arch:x86:kernel:cpu:mcheck:mce.c Fix comment, to sound more properly.
  2011-08-19 17:17 [PATCH]arch:x86:kernel:cpu:mcheck:mce.c Fix comment, to sound more properly Justin P. Mattock
@ 2011-08-19 23:35 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2011-08-19 23:35 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

"Justin P. Mattock" <justinmattock@gmail.com> writes:
> +++ b/arch/x86/kernel/cpu/mcheck/mce.c
> @@ -753,7 +753,7 @@ static int mce_start(int *no_way_out)
>  	} else {
>  		/*
>  		 * Subject: Now start the scanning loop one by one in
> -		 * the original callin order.
> +		 * the original calling order.


The change is wrong. It means really callin, not calling.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only

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

end of thread, other threads:[~2011-08-19 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 17:17 [PATCH]arch:x86:kernel:cpu:mcheck:mce.c Fix comment, to sound more properly Justin P. Mattock
2011-08-19 23:35 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox