From: Tülin İzer Date: Wed, 15 May 2013 20:41:56 +0000 (+0300) Subject: Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.h. X-Git-Tag: next-20130521~23^2~157 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c358e547b4783a93c7ef7e69998940b7a1272a0;p=karo-tx-linux.git Staging: vt6655: Fixed ERROR: do not use C99 // comments in vt6655/aes_ccmp.h. This patch fixes ERROR: do not use C99 // comments found by checkpatch in vt6655/aes_ccmp.c. Signed-off-by: Tülin İzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/aes_ccmp.h b/drivers/staging/vt6655/aes_ccmp.h index c8b28b0e9bdc..cc02e645aa56 100644 --- a/drivers/staging/vt6655/aes_ccmp.h +++ b/drivers/staging/vt6655/aes_ccmp.h @@ -43,4 +43,4 @@ /*--------------------- Export Functions --------------------------*/ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned short wFrameSize); -#endif //__AES_H__ +#endif /* __AES_H__ */