Skip to content

Commit

Permalink
staging: vt6656: int.c: Use one space between variable type and name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 92fa897 commit 0d12698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vt6656/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0d12698

Please sign in to comment.