From: Giedrius Statkevičius Date: Fri, 3 Oct 2014 21:31:18 +0000 (+0300) Subject: staging: rts5208: get rid of Camel Case, remove unneeded lines and parantheses X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e050dda1e5de6e39dc6b3dbed9571e6b430e6f54;p=pandora-kernel.git staging: rts5208: get rid of Camel Case, remove unneeded lines and parantheses Convert labels from Camel Case to lower case, remove unnecessary parantheses around operands of dereference operators and remove unneeded empty lines before }. Gets rid of a checkpatch.pl "check" that code should avoid Camel Case, also the code had a bunch of &(a) where a is some variable so it gets rid of them too. Finally, in a few places there were a empty line before } so remove them. Signed-off-by: Giedrius Statkevičius Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed