summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorClelia V. Korol <cvkorol@gmail.com>2010-09-16 15:00:19 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-16 12:37:35 -0700
commitb411f12174af8ccea513bd1cc2ea9f80875fb648 (patch)
treea566ae02ff8ddaf2fd17233ce2b01ed337a89175 /drivers/staging/vt6656
parentc3aca01be6c5f8c48b34bfc0eb11ac2a0cbe0403 (diff)
staging: vt6656: Fixed indentation with spaces
Fixed the last 5 lines, indented with spaces, replacing spaces with tabs. Signed-off-by: Clelia V. Korol <cvkorol@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/mac.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c
index 33698edde4fb..26c19d1408c4 100644
--- a/drivers/staging/vt6656/mac.c
+++ b/drivers/staging/vt6656/mac.c
@@ -471,10 +471,10 @@ BYTE pbyData[2];
pbyData[1] = (BYTE) (wInterval >> 8);
CONTROLnsRequestOut(pDevice,
- MESSAGE_TYPE_WRITE,
- MAC_REG_BI,
- MESSAGE_REQUEST_MACREG,
- 2,
- pbyData
- );
+ MESSAGE_TYPE_WRITE,
+ MAC_REG_BI,
+ MESSAGE_REQUEST_MACREG,
+ 2,
+ pbyData
+ );
}