From: Guillaume Morin Date: Sat, 28 Jun 2014 16:16:40 +0000 (+0200) Subject: staging: dgnc_driver.c: code style fixes X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78adbb284cf319edd05d7322ca41e877b6f628e5;p=pandora-kernel.git staging: dgnc_driver.c: code style fixes Simple code style fixes: - "if(" -> "if (" - "switch(" -> "switch (" - move one open brace to the line of the declaration instead of its own line - remove trailing whitespace Signed-off-by: Guillaume Morin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed