Dear Sergei Shtylyov, In message <4e32a86d.1010...@mvista.com> you wrote: > > > diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c > > index 77e7285..b56197f 100644 > > --- a/drivers/video/cfb_console.c > > +++ b/drivers/video/cfb_console.c > > @@ -1494,7 +1494,7 @@ static void *video_logo (void) > > > > logo_plot (video_fb_address, VIDEO_COLS, 0, 0); > > > > - sprintf (info, " %s",&version_string); > > + sprintf (info, " %s", version_string); > > This wouldn't pass checkpatch.pl -- remove the space before paren.
Yes, you are right. But this patch is just intended to fix the compile problem. Cleanup patches for this file will follow soon :-) Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de A dog always bit deepest on the veterinary hand. - Terry Pratchett, _Wyrd Sisters_ _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot