From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: linux-kernel@vger.kernel.org
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
kernel@pengutronix.de, Arjan van de Ven <arjan@infradead.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-mm@kvack.org
Subject: Re: [PATCH 5/6] mm: add some KERN_CONT markers to continuation lines
Date: Mon, 28 Feb 2011 16:17:36 +0100 [thread overview]
Message-ID: <20110228151736.GO22310@pengutronix.de> (raw)
In-Reply-To: <1290589070-854-5-git-send-email-u.kleine-koenig@pengutronix.de>
Hello,
On Wed, Nov 24, 2010 at 09:57:49AM +0100, Uwe Kleine-Konig wrote:
> Cc: linux-mm@kvack.org
> Signed-off-by: Uwe Kleine-Konig <u.kleine-koenig@pengutronix.de>
> ---
> mm/percpu.c | 12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/mm/percpu.c b/mm/percpu.c
> index efe8168..3356646 100644
> --- a/mm/percpu.c
> +++ b/mm/percpu.c
> @@ -1117,20 +1117,20 @@ static void pcpu_dump_alloc_info(const char *lvl,
> for (alloc_end += gi->nr_units / upa;
> alloc < alloc_end; alloc++) {
> if (!(alloc % apl)) {
> - printk("\n");
> - printk("%spcpu-alloc: ", lvl);
> + printk(KERN_CONT "\n");
> + printk("%spcpu-alloc:", lvl);
> }
> - printk("[%0*d] ", group_width, group);
> + printk(KERN_CONT " [%0*d]", group_width, group);
>
> for (unit_end += upa; unit < unit_end; unit++)
> if (gi->cpu_map[unit] != NR_CPUS)
> - printk("%0*d ", cpu_width,
> + printk(KERN_CONT " %0*d", cpu_width,
> gi->cpu_map[unit]);
> else
> - printk("%s ", empty_str);
> + printk(KERN_CONT " %s", empty_str);
> }
> }
> - printk("\n");
> + printk(KERN_CONT "\n");
> }
>
> /**
ping
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-Konig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
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>
next prev parent reply other threads:[~2011-02-28 15:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20101124085645.GW4693@pengutronix.de>
2010-11-24 8:57 ` [PATCH 5/6] mm: add some KERN_CONT markers to continuation lines Uwe Kleine-König
2011-02-28 15:17 ` Uwe Kleine-König [this message]
2011-03-01 21:46 ` Linus Torvalds
2011-03-02 5:28 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110228151736.GO22310@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=arjan@infradead.org \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux@arm.linux.org.uk \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).