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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 16 Feb 2017 10:40:39 -0800
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Derek Robson <robsonde@...il.com>
Cc:     binoy.jayan@...aro.org, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 12/15] Staging: rtl8192u: ieee80211: rtl819x_BA.h - style
 fix

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@...il.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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ