linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 15/17]mm:mempolicy.c Remove one to many n's in a word.
       [not found] <1298781250-2718-1-git-send-email-justinmattock@gmail.com>
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
  1 sibling, 0 replies; 4+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial
  Cc: linux-kernel, Justin P. Mattock, Andrew Morton, KOSAKI Motohiro,
	linux-mm

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: linux-mm@kvack.org
---
 mm/mempolicy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 368fc9d..a5d7995 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -993,7 +993,7 @@ int do_migrate_pages(struct mm_struct *mm,
 	 * most recent <s, d> pair that moved (s != d).  If we find a pair
 	 * that not only moved, but what's better, moved to an empty slot
 	 * (d is not set in tmp), then we break out then, with that pair.
-	 * Otherwise when we finish scannng from_tmp, we at least have the
+	 * Otherwise when we finish scanning from_tmp, we at least have the
 	 * most recent <s, d> pair that moved.  If we get all the way through
 	 * the scan of tmp without finding any node that moved, much less
 	 * moved to an empty node, then there is nothing left worth migrating.
-- 
1.7.4.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* [PATCH 16/17]mm:shmem.c Remove one to many n's in a word.
       [not found] <1298781250-2718-1-git-send-email-justinmattock@gmail.com>
  2011-02-27  4:34 ` [PATCH 15/17]mm:mempolicy.c Remove one to many n's in a word Justin P. Mattock
@ 2011-02-27  4:34 ` Justin P. Mattock
  2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
  1 sibling, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2011-02-27  4:34 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, Hugh Dickins, linux-mm

The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Hugh Dickins <hughd@google.com>
CC: linux-mm@kvack.org
---
 mm/shmem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/shmem.c b/mm/shmem.c
index 5ee67c9..3cdb243 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -779,7 +779,7 @@ static int shmem_notify_change(struct dentry *dentry, struct iattr *attr)
 			 * If truncating down to a partial page, then
 			 * if that page is already allocated, hold it
 			 * in memory until the truncation is over, so
-			 * truncate_partial_page cannnot miss it were
+			 * truncate_partial_page cannot miss it were
 			 * it assigned to swap.
 			 */
 			if (newsize & (PAGE_CACHE_SIZE-1)) {
-- 
1.7.4.1

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH 00/00]Remove one to many n's in a word.
  2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
@ 2011-03-01 14:12   ` Jiri Kosina
  2011-03-01 15:30     ` Justin Mattock
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2011-03-01 14:12 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: linux-kernel, Vinod Koul, Dan Williams, Wim Van Sebroeck,
	linux-watchdog, Greg Kroah-Hartman, Alan Stern, linux-usb,
	Chris Mason, Eric Paris, John McCutchan, Robert Love,
	Andrew Morton, KOSAKI Motohiro, linux-mm, Hugh Dickins

On Sat, 26 Feb 2011, Justin P. Mattock wrote:

> The Patch below removes one to many "n's" in a word.. 

Hi Justin,

I have applied all the patches from the series which were not present in 
linux-next as of today (in a squashed-together form, no need to have 
separated commits for such cosmetic changes).

I'd suggest that, unless any subsystem maintainer explicitly states 
otherwise, you submit all such similar changes justo to trivial@kernel.org 
(and perhaps CC LKML). I propose this because:

- I believe most maintainers don't care about these changes and don't need 
  to be bothered
- it reduces annoying mail traffic (tens of mails because such 
  nano-change)
- it reduces the trivial tree maintainership load, as I don't have to wait 
  and cross-check which maintainer has applied which bits and which ones 
  were not picked up

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH 00/00]Remove one to many n's in a word.
  2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
@ 2011-03-01 15:30     ` Justin Mattock
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Mattock @ 2011-03-01 15:30 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-kernel, Vinod Koul, Dan Williams, Wim Van Sebroeck,
	linux-watchdog, Greg Kroah-Hartman, Alan Stern, linux-usb,
	Chris Mason, Eric Paris, John McCutchan, Robert Love,
	Andrew Morton, KOSAKI Motohiro, linux-mm, Hugh Dickins


On Mar 1, 2011, at 6:12 AM, Jiri Kosina wrote:

> On Sat, 26 Feb 2011, Justin P. Mattock wrote:
>
>> The Patch below removes one to many "n's" in a word..
>
> Hi Justin,
>
> I have applied all the patches from the series which were not  
> present in
> linux-next as of today (in a squashed-together form, no need to have
> separated commits for such cosmetic changes).
>
> I'd suggest that, unless any subsystem maintainer explicitly states
> otherwise, you submit all such similar changes justo to trivial@kernel.org
> (and perhaps CC LKML). I propose this because:
>
> - I believe most maintainers don't care about these changes and  
> don't need
>  to be bothered
> - it reduces annoying mail traffic (tens of mails because such
>  nano-change)
> - it reduces the trivial tree maintainership load, as I don't have  
> to wait
>  and cross-check which maintainer has applied which bits and which  
> ones
>  were not picked up
>
> -- 
> Jiri Kosina
> SUSE Labs, Novell Inc.


alright. makes sense.
I have another set of fixes that I did, I'll send it out later today  
or tomorrow to just trivial and lkml.

Justin P. Mattock

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-03-01 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1298781250-2718-1-git-send-email-justinmattock@gmail.com>
2011-02-27  4:34 ` [PATCH 15/17]mm:mempolicy.c Remove one to many n's in a word Justin P. Mattock
2011-02-27  4:34 ` [PATCH 16/17]mm:shmem.c " Justin P. Mattock
2011-03-01 14:12   ` [PATCH 00/00]Remove " Jiri Kosina
2011-03-01 15:30     ` Justin Mattock

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).