Re: [PATCH 25/90] ARM: OMAP: h4 must have blinky leds!!

From: Randy Dunlap
Date: Thu Apr 05 2007 - 00:17:27 EST


Jan Engelhardt wrote:
On Apr 4 2007 14:26, Randy Dunlap (rd) wrote:
David Brownell (db) wrote:
Jan Engelhardt (je) wrote:
je>>> je>>> My stance, || goes at EOL, and final ) not standalone:
db>> db>> You are still violating the "only TABs used for indent" rule.
rd>
rd>Yes, but CodingStyle is a just set of guidelines and common practices.
rd>It doesn't cover multi-line if () statements, which is the subject of
rd>the current controvers^W discussion.

s/Yes/No/. The example block I posted does use /^\t+/.
Mind MUAs/browsers which transform tabs into single-spaces in some cases.

if (foo ||
bar ||
baz ||
etc)
do_something;

I don't think it's a MUA thing. I think David is talking about the
spaces after the ^\t that are used for indenting immediately under
the "if".

--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/