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:	Wed, 18 Dec 2013 10:05:48 +0100
From:	Johannes Berg <johannes@...solutions.net>
To:	Chen Weilong <chenweilong@...wei.com>
Cc:	davem@...emloft.net, linville@...driver.com, netdev@...r.kernel.org
Subject: Re: [patch net-next 5/5] mac80211: fix checkpatch error

On Wed, 2013-12-18 at 15:44 +0800, Chen Weilong wrote:

>  #define for_each_sta_info(local, _addr, _sta, nxt)			\
> -	for (	/* initialise loop */					\
> +	for (/* initialise loop */					\
>  		_sta = rcu_dereference(local->sta_hash[STA_HASH(_addr)]),\
>  		nxt = _sta ? rcu_dereference(_sta->hnext) : NULL;	\
>  		/* typecheck */						\

I've applied it all (I squashed it though, no sense in having 5 small
commits that look identical on first glance), except for this bit - the
code here is aligned that way on purpose.

johannes

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ