Dear michael,

In message <[EMAIL PROTECTED]> you wrote:
> 
> >> -               printf("  NOTE: this command is obsolete and will be 
> >> phased out\n");
> >> -               printf("  please use 'usb storage' for USB storage devices 
> >> information\n\n");
> >> +               printf("  NOTE: this command is obsolete and will be"
> >> +                       " phased out\n");
> >> +               printf("  please use 'usb storage' for USB storage devices"
> >> +                       " information\n\n");
> >>     
> >
> > I believe it is good to keep line lengths below 80 characters in
> > general, but code should not become less readable by this.
> > In case of printf lines, it becomes more difficult to 'grep' for the
> > strings printed in the terminal to find them back in the code.
> > So, I am very curious about the point of view Wolfgang about this
> > rule. (How strict does this rule need to be applied?)
> >   
> I prefer to break the line but I wait for Walfgang answer.

I tend to go with Remy here, but tyher eis another (even better)
option: do what the warning says, and remove the obsolete code.

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: [EMAIL PROTECTED]
The nice thing about  standards  is that there are  so many to choose
from.                                           - Andrew S. Tanenbaum
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to