Dear Gilles, In message <[email protected]> you wrote: > > I ran the patman tool to generate this patch which appears to throw a > few (erroneous) warnings about lines over 80 but, there are no lines > over 80... not sure what the problem is there. Also threw a few > "alignment should match open parenthesis" but the code is clean.
Sure there are many too long lines. I can only speculate that you are counting TAB characters as one character, but they make up for indentation of up to 8 columns. And it's the columns in the display that count, not the number of characters. Please fix these too long lines. Also, please do NOT send patches as MIME attachments; see [1] for detailed instructions if needed. [1] http://www.denx.de/wiki/U-Boot/Patches Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Where would we be without rhetorical questions? _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

