[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111019064401.GA2075@elte.hu>
Date: Wed, 19 Oct 2011 08:44:01 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
Cc: Andi Kleen <andi@...stfloor.org>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org, acme@...hat.com,
ming.m.lin@...el.com, robert.richter@....com, ravitillo@....gov,
yrl.pp-manager.tt@...achi.com,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Stephane Eranian <eranian@...gle.com>
Subject: Re: [RFC PATCH] x86: Add a sanity test of x86 decoder
* Masami Hiramatsu <masami.hiramatsu.pt@...achi.com> wrote:
> >> +static void dump_stream(FILE *fp, const char *msg, struct insn *insn)
> >> +{
> >> + int i;
> >> + fprintf(fp, "%s:\n code:", msg);
> >
> > missing newline.
>
> This prints a header of code sequence, so that we'll see a
> message like below;
I mean, it's missing the standard newline between local variable(s)
and the first statement:
static void dump_stream(FILE *fp, const char *msg, struct insn *insn)
{
int i;
fprintf(fp, "%s:\n code:", msg);
[...]
We do this for readability.
Thanks,
Ingo
--
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