diff options
author | Andres More <more.andres@gmail.com> | 2010-05-01 19:12:26 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:36:01 -0700 |
commit | e7b07d1d8936e06f88dbe227401ce659c2f9dee5 (patch) | |
tree | a9d06771e6365804ba60a2d71a5fdcc5c008e019 /drivers/staging/vt6656/michael.h | |
parent | 8611a29ab967bc197494db19d31994d1b5a26fdc (diff) |
Staging: vt6656: code cleanup, fixed comments style at the end of headers
Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/michael.h')
-rw-r--r-- | drivers/staging/vt6656/michael.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/michael.h b/drivers/staging/vt6656/michael.h index 97de77b4da2c..52270d314a8b 100644 --- a/drivers/staging/vt6656/michael.h +++ b/drivers/staging/vt6656/michael.h @@ -53,6 +53,4 @@ void MIC_vGetMIC(PDWORD pdwL, PDWORD pdwR); ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) #define ROR32( A, n ) ROL32( (A), 32-(n) ) -#endif //__MICHAEL_H__ - - +#endif /* __MICHAEL_H__ */ |