Prechádzať zdrojové kódy

qcacmn: Fix typo "lenght"

Replace typo "lenght" with correct spelling "length".

Change-Id: Ieea0c547c61248e510835d16a9fa55ace486df23
CRs-Fixed: 2238309
Jeff Johnson 7 rokov pred
rodič
commit
98db4cb1fd
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      inc/wlan_cfg80211_tdls.h

+ 2 - 2
inc/wlan_cfg80211_tdls.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -176,7 +176,7 @@ int wlan_cfg80211_tdls_get_all_peers(struct wlan_objmgr_vdev *vdev,
  * @status_code: status to be incuded in the frame
  * @peer_capability: peer capability information
  * @buf: additional IEs to be included
- * @len: lenght of additional Ies
+ * @len: length of additional Ies
  * @oper: cfg80211 TDLS operation
  *
  * Return: 0 on success; negative errno otherwise