staging/vt6656: coding style fix in BSSvSecondTxData
authorDevendra Naga <devendra.aaru@gmail.com>
Fri, 13 Jul 2012 20:21:07 +0000 (02:06 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 02:13:49 +0000 (19:13 -0700)
this function seemed bit more coding style fix...

The following fixes:

remove spaces at start of line and use tabs
use space between if and (
give a space in a multiplication operation
use space after = and another variable/constant

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found