staging: vt6656: indentation and removal of unnecessary spaces

Removed unnecessary white spaces at beginning of line
and added proper indentation to fix checkpatch warnings/errors
to improve the readability of code

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nandini Hanumanthagowda 2013-10-18 00:22:23 +05:30 committed by Greg Kroah-Hartman
parent f1f9f35019
commit 1266ed7633

View File

@ -76,8 +76,7 @@ int FIRMWAREbDownload(struct vnt_private *pDevice)
0x1200+ii,
0x0000,
wLength,
pBuffer
);
pBuffer);
DBG_PRT(MSG_LEVEL_DEBUG,
KERN_INFO"Download firmware...%d %zu\n", ii, fw->size);
@ -108,9 +107,7 @@ int FIRMWAREbBrach2Sram(struct vnt_private *pDevice)
0x1200,
0x0000,
0,
NULL
);
NULL);
if (NdisStatus != STATUS_SUCCESS) {
return (false);
} else {