Commit 56ab364f authored by Kirtika Ruchandani's avatar Kirtika Ruchandani Committed by Johannes Berg

nl80211: Fix spelling

Fix 'implementation' spelling, reported by checkpatch.pl
Signed-off-by: default avatarKirtika Ruchandani <kirtika.ruchandani@gmail.com>
Reviewed-by: default avatarJulian Calaby <julian.calaby@gmail.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 019ae3a9
......@@ -6552,7 +6552,7 @@ nl80211_parse_sched_scan(struct wiphy *wiphy, struct wireless_dev *wdev,
nla_data(ssid), nla_len(ssid));
request->match_sets[i].ssid.ssid_len =
nla_len(ssid);
/* special attribute - old implemenation w/a */
/* special attribute - old implementation w/a */
request->match_sets[i].rssi_thold =
default_match_rssi;
rssi = tb[NL80211_SCHED_SCAN_MATCH_ATTR_RSSI];
......
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