Commit 1266ed76 authored by Nandini Hanumanthagowda's avatar Nandini Hanumanthagowda Committed by Greg Kroah-Hartman

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: default avatarNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1f9f350
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include "control.h" #include "control.h"
#include "rndis.h" #include "rndis.h"
static int msglevel =MSG_LEVEL_INFO; static int msglevel = MSG_LEVEL_INFO;
//static int msglevel =MSG_LEVEL_DEBUG; //static int msglevel = MSG_LEVEL_DEBUG;
#define FIRMWARE_VERSION 0x133 /* version 1.51 */ #define FIRMWARE_VERSION 0x133 /* version 1.51 */
#define FIRMWARE_NAME "vntwusb.fw" #define FIRMWARE_NAME "vntwusb.fw"
...@@ -76,8 +76,7 @@ int FIRMWAREbDownload(struct vnt_private *pDevice) ...@@ -76,8 +76,7 @@ int FIRMWAREbDownload(struct vnt_private *pDevice)
0x1200+ii, 0x1200+ii,
0x0000, 0x0000,
wLength, wLength,
pBuffer pBuffer);
);
DBG_PRT(MSG_LEVEL_DEBUG, DBG_PRT(MSG_LEVEL_DEBUG,
KERN_INFO"Download firmware...%d %zu\n", ii, fw->size); KERN_INFO"Download firmware...%d %zu\n", ii, fw->size);
...@@ -108,9 +107,7 @@ int FIRMWAREbBrach2Sram(struct vnt_private *pDevice) ...@@ -108,9 +107,7 @@ int FIRMWAREbBrach2Sram(struct vnt_private *pDevice)
0x1200, 0x1200,
0x0000, 0x0000,
0, 0,
NULL NULL);
);
if (NdisStatus != STATUS_SUCCESS) { if (NdisStatus != STATUS_SUCCESS) {
return (false); return (false);
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment