summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorMatteo Croce2019-01-29 19:25:53 +0100
committerJohannes Berg2019-02-01 11:05:07 +0100
commit5ac4a12df58121f0cf874b518406ec2a8e2d4ac4 (patch)
tree7f3c87305e54798673cc0bf713b30d999aa52891 /include/net/cfg80211.h
parentmac80211: Fix documentation strings for airtime-related variables (diff)
downloadkernel-qcow2-linux-5ac4a12df58121f0cf874b518406ec2a8e2d4ac4.tar.gz
kernel-qcow2-linux-5ac4a12df58121f0cf874b518406ec2a8e2d4ac4.tar.xz
kernel-qcow2-linux-5ac4a12df58121f0cf874b518406ec2a8e2d4ac4.zip
cfg80211: fix typo
Fix spelling mistake in cfg80211.h: "lenght" -> "length". The typo is also in the special comment block which translates to documentation. Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 7033c90850b0..5862f1efb52c 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -5604,7 +5604,7 @@ void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid,
* @dev: network device
* @macaddr: the MAC address of the new candidate
* @ie: information elements advertised by the peer candidate
- * @ie_len: lenght of the information elements buffer
+ * @ie_len: length of the information elements buffer
* @gfp: allocation flags
*
* This function notifies cfg80211 that the mesh peer candidate has been