mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 18:04:36 +00:00
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>
This commit is contained in:
parent
c3aca01be6
commit
b411f12174
@ -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
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user