Re: [PATCH] mm: Fix printk format strings

2007-10-11 Thread Vegard Nossum
On 10/11/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 11 Oct 2007 09:04:57 +0200 "Vegard Nossum" <[EMAIL PROTECTED]> wrote: > > > > > - printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu > > > > unstable:%lu\n" > > > > - " free:%lu slab:%lu mapped:%lu pagetables:%lu

Re: [PATCH] mm: Fix printk format strings

2007-10-11 Thread Andrew Morton
On Thu, 11 Oct 2007 09:04:57 +0200 "Vegard Nossum" <[EMAIL PROTECTED]> wrote: > > > - printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu > > > unstable:%lu\n" > > > - " free:%lu slab:%lu mapped:%lu pagetables:%lu bounce:%lu\n", > > > + printk("Active:%lu inactive:%lu dirt

Re: [PATCH] mm: Fix printk format strings

2007-10-11 Thread Vegard Nossum
On 10/11/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 11 Oct 2007 08:47:01 +0200 Vegard Nossum <[EMAIL PROTECTED]> wrote: > > > This makes sure printk format strings contain no more than a single > > line. > > > > Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> > > --- > > mm/page_alloc

Re: [PATCH] mm: Fix printk format strings

2007-10-10 Thread Andrew Morton
On Thu, 11 Oct 2007 08:47:01 +0200 Vegard Nossum <[EMAIL PROTECTED]> wrote: > This makes sure printk format strings contain no more than a single > line. > > Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> > --- > mm/page_alloc.c | 20 +++- > 1 files changed, 11 insertions(+),

[PATCH] mm: Fix printk format strings

2007-10-10 Thread Vegard Nossum
This makes sure printk format strings contain no more than a single line. Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> --- mm/page_alloc.c | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 1a8c595..96f0b33 1006