[PATCH] Char: cyclades, save indent levels
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:39:28 +0000 (02:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:00 +0000 (08:29 -0800)
commite941027f53648ac3384057032be1ac64da3e8cd0
tree1e9f165ae055df604086bd49339f15c3d34437a1
parentff8efe978d18e2479f998c4722c1eaafd7cd2dd9
[PATCH] Char: cyclades, save indent levels

Save 3 indent levels in interrupt routine by moving the code to a separate
function.  This needs to be done to allow Lindent do its work, since only 4
columns are used for indenting now and hence Lindent makes a big mess in the
code, when moves it 4*5 columns to the right.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/cyclades.c