lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1406032805-19807-1-git-send-email-igbzkh@gmail.com> Date: Tue, 22 Jul 2014 15:40:05 +0300 From: Igor Bezukh <igbzkh@...il.com> To: gregkh@...uxfoundation.org Cc: devel@...verdev.osuosl.org, forest@...ttletooquiet.net, linux-kernel@...r.kernel.org, igbzkh@...il.com Subject: [PATCH] Staging: vt6655: removed redundant comments from aes_ccmp.h Removed redundant comments from aes_ccmp.h header file Signed-off-by: Igor Bezukh <igbzkh@...il.com> --- drivers/staging/vt6655/aes_ccmp.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/staging/vt6655/aes_ccmp.h b/drivers/staging/vt6655/aes_ccmp.h index cc02e64..fe0c506 100644 --- a/drivers/staging/vt6655/aes_ccmp.h +++ b/drivers/staging/vt6655/aes_ccmp.h @@ -32,15 +32,6 @@ #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__ */ -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists