OSDN Git Service

nl80211: Fix spelling
authorKirtika Ruchandani <kirtika.ruchandani@gmail.com>
Mon, 30 May 2016 02:54:10 +0000 (19:54 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 9 Jun 2016 08:06:29 +0000 (10:06 +0200)
Fix 'implementation' spelling, reported by checkpatch.pl

Signed-off-by: Kirtika Ruchandani <kirtika.ruchandani@gmail.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c

index d120449..cf588f1 100644 (file)
@@ -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];