[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1387357548.4694.0.camel@jlt4.sipsolutions.net>
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