public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Spelling in in /arch/x86/mm
@ 2009-12-04  1:11 Shaun Patterson
  2009-12-04  7:00 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Shaun Patterson @ 2009-12-04  1:11 UTC (permalink / raw)
  To: pq; +Cc: linux-kernel, trivial

Spelling fix
Signed-off-by: Shaun Patterson shaunpatterson@gmail.com
---
 arch/x86/mm/kmmio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
index 16ccbd7..72f1572 100644
--- a/arch/x86/mm/kmmio.c
+++ b/arch/x86/mm/kmmio.c
@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
  * 2. remove_kmmio_fault_pages()
  *    Remove the pages from kmmio_page_table.
  * 3. rcu_free_kmmio_fault_pages()
- *    Actally free the kmmio_fault_page structs as with RCU.
+ *    Actually free the kmmio_fault_page structs as with RCU.
  */
 void unregister_kmmio_probe(struct kmmio_probe *p)
 {

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

* Re: [PATCH] Spelling in in /arch/x86/mm
  2009-12-04  1:11 [PATCH] Spelling in in /arch/x86/mm Shaun Patterson
@ 2009-12-04  7:00 ` Ingo Molnar
  2009-12-04 12:41   ` Jiri Kosina
  0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2009-12-04  7:00 UTC (permalink / raw)
  To: Shaun Patterson; +Cc: pq, linux-kernel, trivial, the arch/x86 maintainers


* Shaun Patterson <shaunpatterson@gmail.com> wrote:

> Spelling fix
> Signed-off-by: Shaun Patterson shaunpatterson@gmail.com
> ---
> ?arch/x86/mm/kmmio.c |??? 2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
> index 16ccbd7..72f1572 100644
> --- a/arch/x86/mm/kmmio.c
> +++ b/arch/x86/mm/kmmio.c
> @@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
> ? * 2. remove_kmmio_fault_pages()
> ? *??? Remove the pages from kmmio_page_table.
> ? * 3. rcu_free_kmmio_fault_pages()
> - *??? Actally free the kmmio_fault_page structs as with RCU.
> + *??? Actually free the kmmio_fault_page structs as with RCU.
> ? */
> ?void unregister_kmmio_probe(struct kmmio_probe *p)
> ?{

The fix looks good - but the patch is mangled. Please see 
Documentation/email-clients.txt for details.

Thanks,

	Ingo


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

* Re: [PATCH] Spelling in in /arch/x86/mm
  2009-12-04  7:00 ` Ingo Molnar
@ 2009-12-04 12:41   ` Jiri Kosina
  2009-12-05  7:18     ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Kosina @ 2009-12-04 12:41 UTC (permalink / raw)
  To: Ingo Molnar, Shaun Patterson; +Cc: pq, linux-kernel, the arch/x86 maintainers

On Fri, 4 Dec 2009, Ingo Molnar wrote:

> > Spelling fix
> > Signed-off-by: Shaun Patterson shaunpatterson@gmail.com
> > ---
> > ?arch/x86/mm/kmmio.c |??? 2 +-
> > ?1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
> > index 16ccbd7..72f1572 100644
> > --- a/arch/x86/mm/kmmio.c
> > +++ b/arch/x86/mm/kmmio.c
> > @@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
> > ? * 2. remove_kmmio_fault_pages()
> > ? *??? Remove the pages from kmmio_page_table.
> > ? * 3. rcu_free_kmmio_fault_pages()
> > - *??? Actally free the kmmio_fault_page structs as with RCU.
> > + *??? Actually free the kmmio_fault_page structs as with RCU.
> > ? */
> > ?void unregister_kmmio_probe(struct kmmio_probe *p)
> > ?{
> 
> The fix looks good - but the patch is mangled. Please see 
> Documentation/email-clients.txt for details.

Plus the Signed-off-by: line doesn't really have correct format (the valid 
e-mail address format is expected here).

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: [PATCH] Spelling in in /arch/x86/mm
  2009-12-04 12:41   ` Jiri Kosina
@ 2009-12-05  7:18     ` Ingo Molnar
  2009-12-05 15:41       ` Shaun Patterson
  0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2009-12-05  7:18 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Shaun Patterson, pq, linux-kernel, the arch/x86 maintainers


* Jiri Kosina <jkosina@suse.cz> wrote:

> On Fri, 4 Dec 2009, Ingo Molnar wrote:
> 
> > > Spelling fix
> > > Signed-off-by: Shaun Patterson shaunpatterson@gmail.com
> > > ---
> > > ?arch/x86/mm/kmmio.c |??? 2 +-
> > > ?1 files changed, 1 insertions(+), 1 deletions(-)
> > > 
> > > diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
> > > index 16ccbd7..72f1572 100644
> > > --- a/arch/x86/mm/kmmio.c
> > > +++ b/arch/x86/mm/kmmio.c
> > > @@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
> > > ? * 2. remove_kmmio_fault_pages()
> > > ? *??? Remove the pages from kmmio_page_table.
> > > ? * 3. rcu_free_kmmio_fault_pages()
> > > - *??? Actally free the kmmio_fault_page structs as with RCU.
> > > + *??? Actually free the kmmio_fault_page structs as with RCU.
> > > ? */
> > > ?void unregister_kmmio_probe(struct kmmio_probe *p)
> > > ?{
> > 
> > The fix looks good - but the patch is mangled. Please see 
> > Documentation/email-clients.txt for details.
> 
> Plus the Signed-off-by: line doesn't really have correct format (the valid 
> e-mail address format is expected here).

I can fix that - not the garbled-beyond-recognition patch though.

	Ingo

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

* Re: [PATCH] Spelling in in /arch/x86/mm
  2009-12-05  7:18     ` Ingo Molnar
@ 2009-12-05 15:41       ` Shaun Patterson
  2009-12-06  9:16         ` [tip:x86/urgent] x86: Fix typo in arch/x86/mm/kmmio.c tip-bot for Shaun Patterson
  0 siblings, 1 reply; 6+ messages in thread
From: Shaun Patterson @ 2009-12-05 15:41 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Jiri Kosina, pq, linux-kernel, the arch/x86 maintainers

> I can fix that - not the garbled-beyond-recognition patch though

Sorry about that.  Try this.


Signed-off-by: Shaun Patterson <shaunpatterson@gmail.com>
---
 arch/x86/mm/kmmio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
index 16ccbd7..72f1572 100644
--- a/arch/x86/mm/kmmio.c
+++ b/arch/x86/mm/kmmio.c
@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
  * 2. remove_kmmio_fault_pages()
  *    Remove the pages from kmmio_page_table.
  * 3. rcu_free_kmmio_fault_pages()
- *    Actally free the kmmio_fault_page structs as with RCU.
+ *    Actually free the kmmio_fault_page structs as with RCU.
  */
 void unregister_kmmio_probe(struct kmmio_probe *p)
 {



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

* [tip:x86/urgent] x86: Fix typo in arch/x86/mm/kmmio.c
  2009-12-05 15:41       ` Shaun Patterson
@ 2009-12-06  9:16         ` tip-bot for Shaun Patterson
  0 siblings, 0 replies; 6+ messages in thread
From: tip-bot for Shaun Patterson @ 2009-12-06  9:16 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, jkosina, shaunpatterson, tglx, mingo

Commit-ID:  8055039c2a2454c7159dcbde3161943b757a6e0e
Gitweb:     http://git.kernel.org/tip/8055039c2a2454c7159dcbde3161943b757a6e0e
Author:     Shaun Patterson <shaunpatterson@gmail.com>
AuthorDate: Sat, 5 Dec 2009 10:41:34 -0500
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 6 Dec 2009 09:23:40 +0100

x86: Fix typo in arch/x86/mm/kmmio.c

Signed-off-by: Shaun Patterson <shaunpatterson@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: pq@iki.fi
LKML-Reference: <1260027694.10074.170.camel@linux-4lgc.site>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/mm/kmmio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c
index 16ccbd7..72f1572 100644
--- a/arch/x86/mm/kmmio.c
+++ b/arch/x86/mm/kmmio.c
@@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head)
  * 2. remove_kmmio_fault_pages()
  *    Remove the pages from kmmio_page_table.
  * 3. rcu_free_kmmio_fault_pages()
- *    Actally free the kmmio_fault_page structs as with RCU.
+ *    Actually free the kmmio_fault_page structs as with RCU.
  */
 void unregister_kmmio_probe(struct kmmio_probe *p)
 {

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

end of thread, other threads:[~2009-12-06  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04  1:11 [PATCH] Spelling in in /arch/x86/mm Shaun Patterson
2009-12-04  7:00 ` Ingo Molnar
2009-12-04 12:41   ` Jiri Kosina
2009-12-05  7:18     ` Ingo Molnar
2009-12-05 15:41       ` Shaun Patterson
2009-12-06  9:16         ` [tip:x86/urgent] x86: Fix typo in arch/x86/mm/kmmio.c tip-bot for Shaun Patterson

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