aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/tcrc.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-01 19:12:26 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:01 -0700
commite7b07d1d8936e06f88dbe227401ce659c2f9dee5 (patch)
treea9d06771e6365804ba60a2d71a5fdcc5c008e019 /drivers/staging/vt6656/tcrc.h
parentStaging: vt6656: removed VOID/PVOID definitions (diff)
downloadlinux-dev-e7b07d1d8936e06f88dbe227401ce659c2f9dee5.tar.xz
linux-dev-e7b07d1d8936e06f88dbe227401ce659c2f9dee5.zip
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/tcrc.h')
-rw-r--r--drivers/staging/vt6656/tcrc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/tcrc.h b/drivers/staging/vt6656/tcrc.h
index 5faa48b0a748..a41fc9b56105 100644
--- a/drivers/staging/vt6656/tcrc.h
+++ b/drivers/staging/vt6656/tcrc.h
@@ -47,7 +47,4 @@ DWORD CRCdwCrc32(PBYTE pbyData, UINT cbByte, DWORD dwCrcSeed);
DWORD CRCdwGetCrc32(PBYTE pbyData, UINT cbByte);
DWORD CRCdwGetCrc32Ex(PBYTE pbyData, UINT cbByte, DWORD dwPreCRC);
-#endif // __TCRC_H__
-
-
-
+#endif /* __TCRC_H__ */