Skip to content

Commit

Permalink
net/mac80211/scan.c: removes unnecessary semicolon
Browse files Browse the repository at this point in the history
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Peter Senna Tschudin authored and Johannes Berg committed Sep 7, 2012
1 parent 23a85b4 commit 316b6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static void ieee80211_scan_state_send_probe(struct ieee80211_local *local,
enum ieee80211_band band = local->hw.conf.channel->band;

sdata = rcu_dereference_protected(local->scan_sdata,
lockdep_is_held(&local->mtx));;
lockdep_is_held(&local->mtx));

for (i = 0; i < local->scan_req->n_ssids; i++)
ieee80211_send_probe_req(
Expand Down

0 comments on commit 316b6b5

Please sign in to comment.