staging: vt6656: int.c: Use one space between variable type and name
authorJesper Juhl <jj@chaosbits.net>
Wed, 27 Jun 2012 20:02:19 +0000 (22:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 23:10:54 +0000 (16:10 -0700)
commit0d12698671e6d6e39804cdadc6e65a40e5d0f491
treefef2141dc274f2a02166afa928d7d8e9a05fda9b
parent92fa8971f31b25e041a74a1913bca8f7f3d6e48d
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 <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/int.c