qcacmn: Fix typo "capabilites"

Replace typo "capabilites" with correct spelling "capabilities"

Change-Id: I8efa1d974ecabb1466bdf27ec305fd9960da0616
CRs-Fixed: 2238309
此提交包含在:
Jeff Johnson
2018-05-06 00:15:04 -07:00
提交者 nshrivas
父節點 ae1b3de378
當前提交 3a1832e598
共有 4 個檔案被更改,包括 6 行新增6 行删除

查看文件

@@ -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.
*/