]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
mac80211: reduce indentation by inlining a check
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Sep 2015 14:13:07 +0000 (16:13 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 29 Sep 2015 13:56:52 +0000 (15:56 +0200)
commit90d13e8f5b3c2445f481be4a2012a1861337f718
treec534096c93bbe1da1dbde0eb3afb0a09ad65e1f5
parent50f36ae61a5b65ba4612a5d2aa696c8ac5b6c988
mac80211: reduce indentation by inlining a check

Instead of nesting two if statements, inline the second
check into the first if statement and to indentation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c