From: Jean-François Moine Date: Tue, 19 Oct 2010 07:29:10 +0000 (-0300) Subject: [media] gspca: Fix coding style issues X-Git-Tag: v2.6.37-rc1~64^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=780e312175f688ab5ab6124c91d46fa2b9afe2d2;p=pandora-kernel.git [media] gspca: Fix coding style issues The errors were found by checkpatch.pl. Most fixes are: - remove spaces followed by TAB(s), - split lines greater than 80 characters, - move most '{'s from start of line to end of previous line. (Some '{'s at start of line remain when the '}'s are on the same line) Signed-off-by: Jean-François Moine Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed