Skip to content

Commit

Permalink
staging:vt6655:ttype: Whitespace cleanups
Browse files Browse the repository at this point in the history
Neatening only.
git diff -w shows no differences.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent 5fd36ba commit 76dffe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/vt6655/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
// an 8-byte-aligned 8 byte long structure
// which is NOT really a floating point number.
typedef union tagUQuadWord {
struct {
unsigned int dwLowDword;
unsigned int dwHighDword;
} u;
double DoNotUseThisField;
struct {
unsigned int dwLowDword;
unsigned int dwHighDword;
} u;
double DoNotUseThisField;
} UQuadWord;
typedef UQuadWord QWORD; // 64-bit

/****** Common pointer types ***********************************************/

typedef QWORD * PQWORD;
typedef QWORD *PQWORD;

#endif // __TTYPE_H__

0 comments on commit 76dffe6

Please sign in to comment.