]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: combine two nested ifs into a single condition
authorJohannes Berg <johannes.berg@intel.com>
Mon, 13 Feb 2017 19:53:38 +0000 (20:53 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Mar 2017 08:21:40 +0000 (09:21 +0100)
commit719f9f0c0b809676e37f29affb26736a8ec74447
treeba847f6a0cadfa904dc8b631b5e834364ae634b6
parentf2c03f85a21ce3888d0e3302075dd1bb2d112530
cfg80211: combine two nested ifs into a single condition

Combine two instances of having two nested if statements
into a single one with a combined condition to reduce the
indentation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.c
net/wireless/util.c