Re: [PATCH 2/5] x86: Split __show_regs()

From: Vitaly Mayatskikh
Date: Wed Jun 02 2010 - 06:00:53 EST


At Wed, 2 Jun 2010 12:50:03 +0300, Pekka Enberg wrote:
>
> On Wed, Jun 2, 2010 at 10:39 AM, Vitaly Mayatskikh
> <v.mayatskih@xxxxxxxxx> wrote:
> > __show_regs dumps content of pt_regs and does other things beside
> > it. This patch moves pt_regs dumping part into separate function:
> > __show_main_regs.
> >
> > Signed-off-by: Vitaly Mayatskikh <v.mayatskih@xxxxxxxxx>
>
> [snip]
>
> > +void __show_regs(struct pt_regs *regs, int all)
> > +{
> > + Â Â Â unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L;
> > + Â Â Â unsigned long d0, d1, d2, d3, d6, d7;
> > +
> > +
>
> Nitpick: extra newline here.

Thanks for catching!

--
wbr, Vitaly
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/