All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: removed redundant comments from key.h
@ 2014-07-25 16:37 Igor Bezukh
  2014-07-27 18:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Bezukh @ 2014-07-25 16:37 UTC (permalink / raw)
  To: gregkh; +Cc: devel, forest, linux-kernel, igbzkh

Removed redundant comments from key.h header file.

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
---
 drivers/staging/vt6655/key.h |   26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h
index 4b8b4b6..f0cbd75 100644
--- a/drivers/staging/vt6655/key.h
+++ b/drivers/staging/vt6655/key.h
@@ -34,7 +34,6 @@
 #include "tether.h"
 #include "80211mgr.h"
 
-/*---------------------  Export Definitions -------------------------*/
 #define MAX_GROUP_KEY       4
 #define MAX_KEY_TABLE       11
 #define MAX_KEY_LEN         32
@@ -65,38 +64,27 @@ typedef struct tagSKeyItem
 	unsigned char byReserved0;
 	unsigned long dwKeyIndex;
 	void *pvKeyTable;
-} SKeyItem, *PSKeyItem; //64
+} SKeyItem, *PSKeyItem;
 
 typedef struct tagSKeyTable
 {
-	unsigned char abyBSSID[ETH_ALEN];  //6
-	unsigned char byReserved0[2];              //8
+	unsigned char abyBSSID[ETH_ALEN];
+	unsigned char byReserved0[2];
 	SKeyItem    PairwiseKey;
-	SKeyItem    GroupKey[MAX_GROUP_KEY]; //64*5 = 320, 320+8=328
-	unsigned long dwGTKeyIndex;            // GroupTransmitKey Index
+	SKeyItem    GroupKey[MAX_GROUP_KEY];
+	unsigned long dwGTKeyIndex;
 	bool bInUse;
-	//2006-1116-01,<Modify> by NomadZhao
 	bool bSoftWEP;
-	unsigned short wKeyCtl;      // for address of wKeyCtl at align 4
+	unsigned short wKeyCtl;
 
 	unsigned char byReserved1[6];
-} SKeyTable, *PSKeyTable; //348
+} SKeyTable, *PSKeyTable;
 
 typedef struct tagSKeyManagement
 {
 	SKeyTable   KeyTable[MAX_KEY_TABLE];
 } SKeyManagement, *PSKeyManagement;
 
-/*---------------------  Export Types  ------------------------------*/
-
-/*---------------------  Export Macros ------------------------------*/
-
-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
-
 void KeyvInitTable(PSKeyManagement pTable, unsigned long dwIoBase);
 
 bool KeybGetKey(
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: vt6655: removed redundant comments from key.h
  2014-07-25 16:37 [PATCH] Staging: vt6655: removed redundant comments from key.h Igor Bezukh
@ 2014-07-27 18:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-07-27 18:37 UTC (permalink / raw)
  To: Igor Bezukh; +Cc: devel, forest, linux-kernel

On Fri, Jul 25, 2014 at 07:37:45PM +0300, Igor Bezukh wrote:
> Removed redundant comments from key.h header file.
> 
> Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
> ---
>  drivers/staging/vt6655/key.h |   26 +++++++-------------------
>  1 file changed, 7 insertions(+), 19 deletions(-)

Also doesn't apply :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-27 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 16:37 [PATCH] Staging: vt6655: removed redundant comments from key.h Igor Bezukh
2014-07-27 18:37 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.