Commit b411f121 authored by Clelia V. Korol's avatar Clelia V. Korol Committed by Greg Kroah-Hartman

staging: vt6656: Fixed indentation with spaces

Fixed the last 5 lines, indented with spaces, replacing spaces with tabs.
Signed-off-by: default avatarClelia V. Korol <cvkorol@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c3aca01b
...@@ -471,10 +471,10 @@ BYTE pbyData[2]; ...@@ -471,10 +471,10 @@ BYTE pbyData[2];
pbyData[1] = (BYTE) (wInterval >> 8); pbyData[1] = (BYTE) (wInterval >> 8);
CONTROLnsRequestOut(pDevice, CONTROLnsRequestOut(pDevice,
MESSAGE_TYPE_WRITE, MESSAGE_TYPE_WRITE,
MAC_REG_BI, MAC_REG_BI,
MESSAGE_REQUEST_MACREG, MESSAGE_REQUEST_MACREG,
2, 2,
pbyData pbyData
); );
} }
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