Re: [PATCH] CodingStyle: Add tab indentation avoidance tips

2013-03-20 Thread Joe Perches
On Wed, 2013-03-20 at 16:52 +, Al Viro wrote: > On Wed, Mar 20, 2013 at 09:26:54AM -0700, Joe Perches wrote: > > Add Al's comments in from https://lkml.org/lkml/2013/3/20/345 > > > +Tip 7: > > +Code flow is down, not across... > > That one is a lovely improvement on what I actually said. goo

Re: [PATCH] CodingStyle: Add tab indentation avoidance tips

2013-03-20 Thread Al Viro
On Wed, Mar 20, 2013 at 09:26:54AM -0700, Joe Perches wrote: > Add Al's comments in from https://lkml.org/lkml/2013/3/20/345 > +Tip 7: > +Code flow is down, not across... That one is a lovely improvement on what I actually said. google "down, not across" for context... -- To unsubscribe from thi

[PATCH] CodingStyle: Add tab indentation avoidance tips

2013-03-20 Thread Joe Perches
Add Al's comments in from https://lkml.org/lkml/2013/3/20/345 Signed-off-by: Joe Perches --- diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index e00b8f0..c4ba183 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -836,6 +836,141 @@ next instruction in t