From: Ingo Molnar <mingo@elte.hu>
To: Joe Perches <joe@perches.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
x86 <x86@kernel.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arch/x86/kernel/cpu/mtrr/cleanup.c: Use ";" not "," to terminate statements
Date: Tue, 29 Jun 2010 02:14:31 +0200 [thread overview]
Message-ID: <20100629001431.GC12255@elte.hu> (raw)
In-Reply-To: <1277768808.29157.280.camel@Joe-Laptop.home>
* Joe Perches <joe@perches.com> wrote:
> Needed if pr_<level> becomes a bit more space efficient.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> arch/x86/kernel/cpu/mtrr/cleanup.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/x86/kernel/cpu/mtrr/cleanup.c b/arch/x86/kernel/cpu/mtrr/cleanup.c
> index 06130b5..c5f59d0 100644
> --- a/arch/x86/kernel/cpu/mtrr/cleanup.c
> +++ b/arch/x86/kernel/cpu/mtrr/cleanup.c
> @@ -632,9 +632,9 @@ static void __init mtrr_print_out_one_result(int i)
> unsigned long gran_base, chunk_base, lose_base;
> char gran_factor, chunk_factor, lose_factor;
>
> - gran_base = to_size_factor(result[i].gran_sizek, &gran_factor),
> - chunk_base = to_size_factor(result[i].chunk_sizek, &chunk_factor),
> - lose_base = to_size_factor(result[i].lose_cover_sizek, &lose_factor),
> + gran_base = to_size_factor(result[i].gran_sizek, &gran_factor);
> + chunk_base = to_size_factor(result[i].chunk_sizek, &chunk_factor);
> + lose_base = to_size_factor(result[i].lose_cover_sizek, &lose_factor);
That file and this subsystem needs a lot more cleanups than just this. Would
you be willing to do them all, so that we can get over with the churn in a
single well-defined patch (or patches)?
I dont see much point in piecemail single-comma patches - i'd rather wait for
someone else who'd fix this and other details in one go.
Thanks,
Ingo
next prev parent reply other threads:[~2010-06-29 0:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 23:46 Joe Perches
2010-06-29 0:14 ` Ingo Molnar [this message]
2010-06-29 0:22 ` Joe Perches
2010-06-29 19:02 ` Joe Perches
2010-07-15 16:24 ` [tip:x86/cleanups] x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use " tip-bot for Joe Perches
2010-07-14 21:27 [PATCH] arch/x86/kernel/cpu/mtrr/cleanup.c: Use " Joe Perches
2010-07-14 22:00 ` Thomas Gleixner
2010-07-14 22:22 ` 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=20100629001431.GC12255@elte.hu \
--to=mingo@elte.hu \
--cc=hpa@zytor.com \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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
Powered by JetHome