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: v5.15~19849^2~709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c358e547b4783a93c7ef7e69998940b7a1272a0;p=platform%2Fkernel%2Flinux-starfive.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 c8b28b0..cc02e64 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__ */