Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1582327 > unrolled thread

[PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix

Started byDerek Robson <robsonde@gmail.com>
First post2017-02-16 06:40 +0100
Last post2017-02-16 19:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-16 06:40 +0100
    Re: [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style  fix Greg KH <gregkh@linuxfoundation.org> - 2017-02-16 19:50 +0100

#1582327 — [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix

FromDerek Robson <robsonde@gmail.com>
Date2017-02-16 06:40 +0100
Subject[PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix
Message-ID<tbmXo-1HS-15@gated-at.bofh.it>
Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
index 2c398ca9a8ac..e61f608718b1 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
@@ -19,12 +19,12 @@
 #define	DELBA_REASON_UNKNOWN_BA	38
 #define	DELBA_REASON_TIMEOUT			39
 /*  whether need define BA Action frames here?
-struct ieee80211_ADDBA_Req{
-	struct ieee80211_header_data header;
-	u8	category;
-	u8
-} __attribute__ ((packed));
-*/
+ *struct ieee80211_ADDBA_Req{
+ *	struct ieee80211_header_data header;
+ *	u8	category;
+ *	u8
+ *} __attribute__ ((packed));
+ */
 //Is this need?I put here just to make it easier to define structure BA_RECORD //WB
 typedef union _SEQUENCE_CONTROL{
 	u16 ShortData;
-- 
2.11.1

[toc] | [next] | [standalone]


#1582857 — Re: [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-02-16 19:50 +0100
SubjectRe: [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style fix
Message-ID<tbzhV-1Tc-21@gated-at.bofh.it>
In reply to#1582327
On Thu, Feb 16, 2017 at 06:33:38PM +1300, Derek Robson wrote:
> Fixed style of block comments
> Found using checkpatch
> 
> Signed-off-by: Derek Robson <robsonde@gmail.com>
> ---
>  drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
> index 2c398ca9a8ac..e61f608718b1 100644
> --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
> +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h
> @@ -19,12 +19,12 @@
>  #define	DELBA_REASON_UNKNOWN_BA	38
>  #define	DELBA_REASON_TIMEOUT			39
>  /*  whether need define BA Action frames here?
> -struct ieee80211_ADDBA_Req{
> -	struct ieee80211_header_data header;
> -	u8	category;
> -	u8
> -} __attribute__ ((packed));
> -*/
> + *struct ieee80211_ADDBA_Req{
> + *	struct ieee80211_header_data header;
> + *	u8	category;
> + *	u8
> + *} __attribute__ ((packed));
> + */

Just delete.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web