All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: winbond: Fix C99 Comment issues in mac_structures.h
@ 2010-05-19  5:55 Adam Latham
  2010-05-19  6:12 ` Pekka Enberg
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Latham @ 2010-05-19  5:55 UTC (permalink / raw)
  To: gregkh, sankar.curiosity, ruslan, adam.latham; +Cc: devel, linux-kernel

>From 75719374c007bfb664b866df3e7c1f30c93354d4 Mon Sep 17 00:00:00 2001
From: Adam Latham <adam.latham@unisontorbay.org.uk>
Date: Tue, 18 May 2010 20:00:00 +0100
Subject: [PATCH] Staging: winbond: Fix C99 Comment issues in mac_structures.h

This patch fixes the use of //C99 comments in the mac_structures.h found by
the checkpatch.pl tool

Signed-off-by: Adam Latham <adam.latham@unisontorbay.org.uk>
---
 drivers/staging/winbond/mac_structures.h |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/staging/winbond/mac_structures.h b/drivers/staging/winbond/mac_structures.h
index 7441015..a390adf 100644
--- a/drivers/staging/winbond/mac_structures.h
+++ b/drivers/staging/winbond/mac_structures.h
@@ -98,28 +98,28 @@
 #define ELEMENT_ID_CF_PARAMETER_SET         4
 #define ELEMENT_ID_TIM                      5
 #define ELEMENT_ID_IBSS_PARAMETER_SET       6
-// 7~15 reserverd
+/* 7~15 reserverd */
 #define ELEMENT_ID_CHALLENGE_TEXT           16
-// 17~31 reserved for challenge text extension
-// 32~255 reserved
-//--  11G  --
+/* 17~31 reserved for challenge text extension */
+/* 32~255 reserved */
+/*--  11G  -- */
 #define ELEMENT_ID_ERP_INFORMATION			42
 #define ELEMENT_ID_EXTENDED_SUPPORTED_RATES 50
 
-//--  WPA  --
+/* --  WPA  -- */
 
 #define ELEMENT_ID_RSN_WPA					221
 #ifdef _WPA2_
 #define ELEMENT_ID_RSN_WPA2				    48
-#endif //endif WPA2
+#endif /* endif WPA2 */
 
 #define WLAN_MAX_PAIRWISE_CIPHER_SUITE_COUNT    ((u16) 6)
 #define WLAN_MAX_AUTH_KEY_MGT_SUITE_LIST_COUNT  ((u16) 2)
 
-//===================================================================
-//  Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen
-//  length of ReasonCode is 2 Octs.
-//===================================================================
+/* ===================================================================
+*  Reason Code (Table 18): indicate the reason of DisAssoc, DeAuthen
+*  length of ReasonCode is 2 Octs.
+* =================================================================== */
 #define REASON_REASERED             0
 #define REASON_UNSPECIDIED          1
 #define REASON_PREAUTH_INVALID      2
@@ -433,7 +433,7 @@ struct suite_selector
 	};
 };
 
-//--  WPA  --
+/* --  WPA  -- */
 struct	RSN_Information_Element
 {
 	u8					Element_ID;
-- 
1.7.0.4




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

* Re: [PATCH] Staging: winbond: Fix C99 Comment issues in  mac_structures.h
  2010-05-19  5:55 [PATCH] Staging: winbond: Fix C99 Comment issues in mac_structures.h Adam Latham
@ 2010-05-19  6:12 ` Pekka Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Pekka Enberg @ 2010-05-19  6:12 UTC (permalink / raw)
  To: adam.latham
  Cc: gregkh, sankar.curiosity, ruslan, devel, linux-kernel, Pavel Machek

On Wed, May 19, 2010 at 8:55 AM, Adam Latham
<adam.latham@unisontorbay.org.uk> wrote:
> >From 75719374c007bfb664b866df3e7c1f30c93354d4 Mon Sep 17 00:00:00 2001
> From: Adam Latham <adam.latham@unisontorbay.org.uk>
> Date: Tue, 18 May 2010 20:00:00 +0100
> Subject: [PATCH] Staging: winbond: Fix C99 Comment issues in mac_structures.h
>
> This patch fixes the use of //C99 comments in the mac_structures.h found by
> the checkpatch.pl tool
>
> Signed-off-by: Adam Latham <adam.latham@unisontorbay.org.uk>

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>

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

end of thread, other threads:[~2010-05-19  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-19  5:55 [PATCH] Staging: winbond: Fix C99 Comment issues in mac_structures.h Adam Latham
2010-05-19  6:12 ` Pekka Enberg

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.