qcacld-3.0: Fix misspelling "superceeded"

Fix misspelling: superceeded ==> superseded

Change-Id: Idb14511b893e3b6f2d7b2b6372914615fa4e5c71
CRs-Fixed: 3275691
This commit is contained in:
Jeff Johnson
2022-08-24 08:57:05 -07:00
committed by Madan Koyyalamudi
parent e614f829b5
commit b208fc1ab8

View File

@@ -66,7 +66,7 @@ enum hdd_wext_control {
* Values are per enum hdd_wext_control. * Values are per enum hdd_wext_control.
* This ini is used to control access to private wireless extensions * This ini is used to control access to private wireless extensions
* ioctls SIOCIWFIRSTPRIV (0x8BE0) thru SIOCIWLASTPRIV (0x8BFF). The * ioctls SIOCIWFIRSTPRIV (0x8BE0) thru SIOCIWLASTPRIV (0x8BFF). The
* functionality provided by some of these ioctls has been superceeded * functionality provided by some of these ioctls has been superseded
* by cfg80211 (either standard commands or vendor commands), but many * by cfg80211 (either standard commands or vendor commands), but many
* of the private ioctls do not have a cfg80211-based equivalent, so * of the private ioctls do not have a cfg80211-based equivalent, so
* by default support for these ioctls is deprecated. * by default support for these ioctls is deprecated.