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] [day] [month] [year] [list]
Date:	Fri, 6 Mar 2015 16:27:47 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Matteo Semenzato <mattew8898@...il.com>
Cc:	tvboxspy@...il.com, gclement@...bob.org, joe@...ches.com,
	guido@...guardiasur.com.ar, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: vt6655: replace C99 style comments

On Fri, Feb 27, 2015 at 07:18:17PM +0100, Matteo Semenzato wrote:
> From: Matteo Semenzato <mattew8898@...il.com>
> 
> This patch fixes the following error:
> ERROR: do not use C99 // comments
> 
> Signed-off-by: Matteo Semenzato <mattew8898@...il.com>
> ---
>  drivers/staging/vt6655/key.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h
> index c01d4af..261f818 100644
> --- a/drivers/staging/vt6655/key.h
> +++ b/drivers/staging/vt6655/key.h
> @@ -66,4 +66,4 @@ int vnt_key_init_table(struct vnt_private *);
>  int vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
>  		 struct ieee80211_vif *vif, struct ieee80211_key_conf *key);
>  
> -#endif // __KEY_H__
> +#endif /* __KEY_H__ */
> -- 
> 2.3.1

Does not apply to my tree, someone else already made this change :(
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ