From: Hila Gonen Date: Sun, 26 Aug 2012 08:00:28 +0000 (+0300) Subject: cfg80211: fix indentation X-Git-Tag: v3.7-rc1~145^2~163^2^2~86^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=768be59f30f2ee8958ba3718101162c694efab12;p=~emulex%2Finfiniband.git cfg80211: fix indentation checkpatch pointed out an issue, fix it. Signed-off-by: Hila Gonen Signed-off-by: Johannes Berg --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index 848523a2b22..9730c9862bd 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -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)))