summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/aes_ccmp.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-01 22:12:26 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:36:01 (GMT)
commite7b07d1d8936e06f88dbe227401ce659c2f9dee5 (patch)
treea9d06771e6365804ba60a2d71a5fdcc5c008e019 /drivers/staging/vt6656/aes_ccmp.h
parent8611a29ab967bc197494db19d31994d1b5a26fdc (diff)
downloadlinux-e7b07d1d8936e06f88dbe227401ce659c2f9dee5.tar.xz
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/aes_ccmp.h')
-rw-r--r--drivers/staging/vt6656/aes_ccmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/aes_ccmp.h b/drivers/staging/vt6656/aes_ccmp.h
index f2ba1d5..353bd21 100644
--- a/drivers/staging/vt6656/aes_ccmp.h
+++ b/drivers/staging/vt6656/aes_ccmp.h
@@ -43,4 +43,4 @@
/*--------------------- Export Functions --------------------------*/
BOOL AESbGenCCMP(PBYTE pbyRxKey, PBYTE pbyFrame, WORD wFrameSize);
-#endif //__AES_H__
+#endif /* __AES_CCMP_H__ */