From: Jesper Juhl Date: Wed, 27 Jun 2012 20:02:19 +0000 (+0200) Subject: staging: vt6656: int.c: Use one space between variable type and name X-Git-Tag: v3.6-rc1~100^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d12698671e6d6e39804cdadc6e65a40e5d0f491;p=pandora-kernel.git staging: vt6656: int.c: Use one space between variable type and name The style of most kernel code is that there is 1 *space* between the type of a variable and its name. This patch enforces that in drivers/staging/vt6656/int.c . Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed