Skip to content

Commit

Permalink
staging: vt6656: int.h: Fix indentation and spacing
Browse files Browse the repository at this point in the history
We use tabs for indentation and once space between variable types and
variable name.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent fec3c80 commit c6058cb
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions drivers/staging/vt6656/int.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
/*--------------------- Export Definitions -------------------------*/
#pragma pack(1)
typedef struct tagSINTData {
BYTE byTSR0;
BYTE byPkt0;
WORD wTime0;
BYTE byTSR1;
BYTE byPkt1;
WORD wTime1;
BYTE byTSR2;
BYTE byPkt2;
WORD wTime2;
BYTE byTSR3;
BYTE byPkt3;
WORD wTime3;
DWORD dwLoTSF;
DWORD dwHiTSF;
BYTE byISR0;
BYTE byISR1;
BYTE byRTSSuccess;
BYTE byRTSFail;
BYTE byACKFail;
BYTE byFCSErr;
BYTE abySW[2];
BYTE byTSR0;
BYTE byPkt0;
WORD wTime0;
BYTE byTSR1;
BYTE byPkt1;
WORD wTime1;
BYTE byTSR2;
BYTE byPkt2;
WORD wTime2;
BYTE byTSR3;
BYTE byPkt3;
WORD wTime3;
DWORD dwLoTSF;
DWORD dwHiTSF;
BYTE byISR0;
BYTE byISR1;
BYTE byRTSSuccess;
BYTE byRTSFail;
BYTE byACKFail;
BYTE byFCSErr;
BYTE abySW[2];
} __attribute__ ((__packed__))
SINTData, *PSINTData;

Expand Down

0 comments on commit c6058cb

Please sign in to comment.