[U-Boot] [PATCH] cfb_console: fix build breakage
Wolfgang Denk
wd at denx.de
Fri Jul 29 21:48:45 CEST 2011
Dear Sergei Shtylyov,
In message <4E32A86D.1010701 at 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: wd at denx.de
A dog always bit deepest on the veterinary hand.
- Terry Pratchett, _Wyrd Sisters_
More information about the U-Boot
mailing list