linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 9/9] mm: Fix continuation lines
       [not found] <cover.1269655208.git.joe@perches.com>
@ 2010-03-27  2:27 ` Joe Perches
  2010-03-28 17:10   ` Pekka Enberg
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2010-03-27  2:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Christoph Lameter, Pekka Enberg, Matt Mackall, linux-mm

Signed-off-by: Joe Perches <joe@perches.com>
---
 mm/slab.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/mm/slab.c b/mm/slab.c
index a9f325b..ceb4e3a 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -4227,10 +4227,11 @@ static int s_show(struct seq_file *m, void *p)
 		unsigned long node_frees = cachep->node_frees;
 		unsigned long overflows = cachep->node_overflow;
 
-		seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu \
-				%4lu %4lu %4lu %4lu %4lu", allocs, high, grown,
-				reaped, errors, max_freeable, node_allocs,
-				node_frees, overflows);
+		seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu "
+			   "%4lu %4lu %4lu %4lu %4lu",
+			   allocs, high, grown,
+			   reaped, errors, max_freeable, node_allocs,
+			   node_frees, overflows);
 	}
 	/* cpu stats */
 	{
-- 
1.7.0.14.g7e948

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH 9/9] mm: Fix continuation lines
  2010-03-27  2:27 ` [PATCH 9/9] mm: Fix continuation lines Joe Perches
@ 2010-03-28 17:10   ` Pekka Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Pekka Enberg @ 2010-03-28 17:10 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Christoph Lameter, Matt Mackall, linux-mm

Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

> ---
>  mm/slab.c |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/mm/slab.c b/mm/slab.c
> index a9f325b..ceb4e3a 100644
> --- a/mm/slab.c
> +++ b/mm/slab.c
> @@ -4227,10 +4227,11 @@ static int s_show(struct seq_file *m, void *p)
>  		unsigned long node_frees = cachep->node_frees;
>  		unsigned long overflows = cachep->node_overflow;
>  
> -		seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu \
> -				%4lu %4lu %4lu %4lu %4lu", allocs, high, grown,
> -				reaped, errors, max_freeable, node_allocs,
> -				node_frees, overflows);
> +		seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu "
> +			   "%4lu %4lu %4lu %4lu %4lu",
> +			   allocs, high, grown,
> +			   reaped, errors, max_freeable, node_allocs,
> +			   node_frees, overflows);
>  	}
>  	/* cpu stats */
>  	{

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2010-03-28 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1269655208.git.joe@perches.com>
2010-03-27  2:27 ` [PATCH 9/9] mm: Fix continuation lines Joe Perches
2010-03-28 17:10   ` Pekka Enberg

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