From: Simon Schuster Date: Sat, 4 Jan 2014 15:25:10 +0000 (+0100) Subject: Staging: vt6656: Correct single space mistakes X-Git-Tag: v3.14-rc1~150^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77226ed70bb12d54afde67d13927f29f1f73844c;p=pandora-kernel.git Staging: vt6656: Correct single space mistakes Adds missing spaces between an if-statement and its condition as well as between the condition and the following curly brace. At casts there is also a space added between the type and the variable. Spaces that either follow an opening parenthese or the sizeof operator or that preceed semicolons are removed as well. Signed-off-by: Sebastian Rachuj Signed-off-by: Simon Schuster Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed