On Wed, 4 Apr 2007 14:05:04 -0400 Tony Lindgren wrote:
Perhaps there is nothing in CodingStyle for if () continuation
lines. Looks like it is needed. This is ETOOMUCHINDENTATION by
at least one tab. Should be more like:
+ if (machine_is_omap_h4()
+ || machine_is_omap_h3()
+ || machine_is_omap_h2()
+ || machine_is_omap_perseus2())
(without getting into where the "||" should be placed).
fs, eh?
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-