From: Sakari Ailus Date: Fri, 21 Jan 2011 10:59:30 +0000 (+0000) Subject: tlan: Code cleanup: checkpatch.pl is relatively happy now. X-Git-Tag: v2.6.39-rc1~468^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c659c38b2796578638548b77ef626d93609ec8ac;p=pandora-kernel.git tlan: Code cleanup: checkpatch.pl is relatively happy now. - Remove CamelCase. - Convert hexadecimals to lower case. - Remove useless comments. Tlan driver contained a name of the function at the end of it in a comment. Remove those comments. - Remove local typedefs. Use real types instead of typedefs in code. - Resolve space issues and reindent. - One warning remain, it's a case where printing a single line involves a number of printk()s. Signed-off-by: Sakari Ailus Signed-off-by: David S. Miller --- Reading git-diff-tree failed