Skip to content

Commit

Permalink
staging: vt6656: Fixed indentation with spaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clelia V. Korol authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent c3aca01 commit b411f12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/vt6656/mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

0 comments on commit b411f12

Please sign in to comment.