[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1264970322.25140.175.camel@Joe-Laptop.home>
Date: Sun, 31 Jan 2010 12:38:42 -0800
From: Joe Perches <joe@...ches.com>
To: Frans Pop <elendil@...net.nl>
Cc: linux-kernel@...r.kernel.org, cl@...ux-foundation.org,
penberg@...helsinki.fi, mpm@...enic.com, linux-mm@...ck.org
Subject: Re: [PATCH 09/10] mm/slab.c: Fix continuation line formats
On Sun, 2010-01-31 at 21:32 +0100, Frans Pop wrote:
> If that spacing part is really needed (is it?), wouldn't it be more
> readable as:
> > + seq_printf(m, " : globalstat %7lu %6lu %5lu %4lu"
> > + " "
> > + "%4lu %4lu %4lu %4lu %4lu",
> > + allocs, high, grown,
If it's required (most likely not, but it's a seq_printf and
some people think those should never be modified because it's
a public interface), it should probably be explicit:
" : globalstat %7lu %6lu %5lu %4lu \t\t\t\t%4lu %4lu %4lu %4lu %4lu"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists