summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.c
diff options
context:
space:
mode:
authorJesper Juhl2012-06-27 22:02:19 +0200
committerGreg Kroah-Hartman2012-07-07 01:10:54 +0200
commit0d12698671e6d6e39804cdadc6e65a40e5d0f491 (patch)
treefef2141dc274f2a02166afa928d7d8e9a05fda9b /drivers/staging/vt6656/int.c
parentstaging: vt6656: int.c: Remove unneeded cast (diff)
downloadkernel-qcow2-linux-0d12698671e6d6e39804cdadc6e65a40e5d0f491.tar.gz
kernel-qcow2-linux-0d12698671e6d6e39804cdadc6e65a40e5d0f491.tar.xz
kernel-qcow2-linux-0d12698671e6d6e39804cdadc6e65a40e5d0f491.zip
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>
Diffstat (limited to 'drivers/staging/vt6656/int.c')
-rw-r--r--drivers/staging/vt6656/int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/int.c b/drivers/staging/vt6656/int.c
index e7f66241b9b5..40605c8137e3 100644
--- a/drivers/staging/vt6656/int.c
+++ b/drivers/staging/vt6656/int.c
@@ -90,8 +90,8 @@ void INTvWorkItem(void *Context)
void INTnsProcessData(PSDevice pDevice)
{
- PSINTData pINTData;
- PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
+ PSINTData pINTData;
+ PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
struct net_device_stats *pStats = &pDevice->stats;
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"---->s_nsInterruptProcessData\n");