Staging: vt6655: removed redundant comments from aes_ccmp.h
authorIgor Bezukh <igbzkh@gmail.com>
Tue, 22 Jul 2014 12:40:05 +0000 (15:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 22:04:13 +0000 (15:04 -0700)
Removed redundant comments from aes_ccmp.h header file

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/aes_ccmp.h

index cc02e645aa5679151c9eadabdec2ac6e8a276dc3..fe0c506205d52259a6510e8c1eee0a1f870bcfea 100644 (file)
 
 #include "ttype.h"
 
-/*---------------------  Export Definitions -------------------------*/
-
-/*---------------------  Export Types  ------------------------------*/
-
-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
 bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned short wFrameSize);
 
 #endif /* __AES_H__ */
This page took 0.025057 seconds and 5 git commands to generate.