qcacmn: Fix typo "capabilites"
Replace typo "capabilites" with correct spelling "capabilities" Change-Id: I8efa1d974ecabb1466bdf27ec305fd9960da0616 CRs-Fixed: 2238309
此提交包含在:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -181,7 +181,7 @@ struct wifi_pos_user_defined_caps {
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wifi_pos_oem_get_cap_rsp - capabilites set by userspace and target.
|
||||
* struct wifi_pos_oem_get_cap_rsp - capabilities set by userspace and target.
|
||||
* @driver_cap: target capabilities
|
||||
* @user_defined_cap: capabilities set by userspace via set request
|
||||
*/
|
||||
@@ -348,7 +348,7 @@ void wifi_pos_clear_psoc(void);
|
||||
/**
|
||||
* wifi_pos_populate_caps: API to get OEM caps
|
||||
* @psoc: psoc object
|
||||
* @caps: capabilites buffer to populate
|
||||
* @caps: capabilities buffer to populate
|
||||
*
|
||||
* Return: status of operation.
|
||||
*/
|
||||
|
新增問題並參考
封鎖使用者