Commit 768be59f authored by Hila Gonen's avatar Hila Gonen Committed by Johannes Berg

cfg80211: fix indentation

checkpatch pointed out an issue, fix it.
Signed-off-by: default avatarHila Gonen <hila.gonen@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent e5f5b2fb
......@@ -815,7 +815,7 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy,
return NULL;
if (WARN_ON(wiphy->signal_type == CFG80211_SIGNAL_TYPE_UNSPEC &&
(signal < 0 || signal > 100)))
(signal < 0 || signal > 100)))
return NULL;
if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment