On Sun, Sep 16, 2007 at 10:26:37PM -0500, Josh Boyer wrote:
> On Mon, 2007-09-17 at 12:52 +1000, David Gibson wrote:
> > On Fri, Sep 14, 2007 at 03:44:47PM -0500, Hollis Blanchard wrote:
> > > Implement udbg_getc() for 440, which fixes xmon input.
> > > Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>
> > Acked-by: David Gibson <[EMAIL PROTECTED]>
> >
>
> I fixed up the whitespace issues and applied it to my tree. Oh, and
> comments don't need semi-colons ;)
Well, there's a big difference between:
while (foo)
/* moof */;
return bar;
and:
while (foo)
/* moof */
return bar;
:-)
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev