qcacmn: Fix typos in cmn

Fix typos spanned over multiple files in cmn.

Change-Id: I9886114cd9cde934e084d0977e6272f8dd04df76
CRs-Fixed: 3521888
此提交包含在:
Aditya Kodukula
2023-06-06 17:59:42 -07:00
提交者 Rahul Choudhary
父節點 ee6f5e4069
當前提交 4cbabdad1c
共有 9 個檔案被更改,包括 13 行新增13 行删除

查看文件

@@ -72,7 +72,7 @@
/**
* qdf_ht_add() - add an entry to a qdf_ht instance
* @table: a non-pointer qdf_ht instance to add an entry to
* @entry: pinter to a qdf_ht_entry instance to add to @table
* @entry: pointer to a qdf_ht_entry instance to add to @table
* @key: the key to use for entry insertion and lookup
*
* Return: none