linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Spell fix in fs/proc/kcore.c
@ 2012-03-19 11:36 Laura Vasilescu
  2012-03-19 12:24 ` Daniel Baluta
  2012-03-19 13:41 ` [PATCH] kcore: fix spelling Laura Vasilescu
  0 siblings, 2 replies; 5+ messages in thread
From: Laura Vasilescu @ 2012-03-19 11:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Laura Vasilescu

---
 fs/proc/kcore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index d245cb2..e5e69af 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -513,7 +513,7 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
 
 				n = copy_to_user(buffer, (char *)start, tsz);
 				/*
-				 * We cannot distingush between fault on source
+				 * We cannot distinguish between fault on source
 				 * and fault on destination. When this happens
 				 * we clear too and hope it will trigger the
 				 * EFAULT again.
-- 
1.7.2.5


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

* Re: [PATCH] Spell fix in fs/proc/kcore.c
  2012-03-19 11:36 [PATCH] Spell fix in fs/proc/kcore.c Laura Vasilescu
@ 2012-03-19 12:24 ` Daniel Baluta
  2012-03-19 14:20   ` Anca Emanuel
  2012-03-19 13:41 ` [PATCH] kcore: fix spelling Laura Vasilescu
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Baluta @ 2012-03-19 12:24 UTC (permalink / raw)
  To: Laura Vasilescu; +Cc: linux-kernel

On Mon, Mar 19, 2012 at 1:36 PM, Laura Vasilescu <laura@rosedu.org> wrote:
> ---
>  fs/proc/kcore.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
> index d245cb2..e5e69af 100644
> --- a/fs/proc/kcore.c
> +++ b/fs/proc/kcore.c
> @@ -513,7 +513,7 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
>
>                                n = copy_to_user(buffer, (char *)start, tsz);
>                                /*
> -                                * We cannot distingush between fault on source
> +                                * We cannot distinguish between fault on source
>                                 * and fault on destination. When this happens
>                                 * we clear too and hope it will trigger the
>                                 * EFAULT again.
> --
> 1.7.2.5

That's nice. Thanks for your contribution.

Anyhow, please review this:
* add a Signed-off-by line
* add a proper prefix to Subject (e.g: kcore: spell fix in ... )
* don't forget to Cc the maintainers (run ./scripts/get_maintainer.pl
<your_patch>)

Daniel.

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

* [PATCH] kcore: fix spelling
  2012-03-19 11:36 [PATCH] Spell fix in fs/proc/kcore.c Laura Vasilescu
  2012-03-19 12:24 ` Daniel Baluta
@ 2012-03-19 13:41 ` Laura Vasilescu
  2012-03-19 16:33   ` Anca Emanuel
  1 sibling, 1 reply; 5+ messages in thread
From: Laura Vasilescu @ 2012-03-19 13:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, daniel.baluta, Laura Vasilescu


Signed-off-by: Laura Vasilescu <laura@rosedu.org>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
---
 fs/proc/kcore.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c
index d245cb2..e5e69af 100644
--- a/fs/proc/kcore.c
+++ b/fs/proc/kcore.c
@@ -513,7 +513,7 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
 
 				n = copy_to_user(buffer, (char *)start, tsz);
 				/*
-				 * We cannot distingush between fault on source
+				 * We cannot distinguish between fault on source
 				 * and fault on destination. When this happens
 				 * we clear too and hope it will trigger the
 				 * EFAULT again.
-- 
1.7.2.5


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

* Re: [PATCH] Spell fix in fs/proc/kcore.c
  2012-03-19 12:24 ` Daniel Baluta
@ 2012-03-19 14:20   ` Anca Emanuel
  0 siblings, 0 replies; 5+ messages in thread
From: Anca Emanuel @ 2012-03-19 14:20 UTC (permalink / raw)
  To: Daniel Baluta; +Cc: Laura Vasilescu, linux-kernel

Hi Laura,

It is ok to reply with a Signed-off-by: Your Name <your.mail@yourmailserver.ro>

And add CC to maintainers of that file. Succes.

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

* Re: [PATCH] kcore: fix spelling
  2012-03-19 13:41 ` [PATCH] kcore: fix spelling Laura Vasilescu
@ 2012-03-19 16:33   ` Anca Emanuel
  0 siblings, 0 replies; 5+ messages in thread
From: Anca Emanuel @ 2012-03-19 16:33 UTC (permalink / raw)
  To: Laura Vasilescu; +Cc: linux-kernel, trivial, daniel.baluta

Reviewed-by:Anca Emanuel <anca.emanuel@gmail.com>

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

end of thread, other threads:[~2012-03-19 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 11:36 [PATCH] Spell fix in fs/proc/kcore.c Laura Vasilescu
2012-03-19 12:24 ` Daniel Baluta
2012-03-19 14:20   ` Anca Emanuel
2012-03-19 13:41 ` [PATCH] kcore: fix spelling Laura Vasilescu
2012-03-19 16:33   ` Anca Emanuel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).