]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit99e417b99651fa4da7be347d56aef160dfc23a1a
tree1e9f165ae055df604086bd49339f15c3d34437a1
parentcbc1409a9f46af74cfe6662778a19e4f0875bc10
[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