Skip to content

Commit

Permalink
cfg80211: fix indentation
Browse files Browse the repository at this point in the history
checkpatch pointed out an issue, fix it.

Signed-off-by: Hila Gonen <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
Hila Gonen authored and jmberg-intel committed Sep 5, 2012
1 parent e5f5b2f commit 768be59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 768be59

Please sign in to comment.