qcacld-3.0: Fix typographical errors

Fix typographical errors spanned over various files in cld.

Change-Id: I82a7eec4335d617a43c89589418a21885074fde0
CRs-Fixed: 3529627
This commit is contained in:
Aditya Kodukula
2023-06-13 16:23:02 -07:00
zatwierdzone przez Rahul Choudhary
rodzic 8b87cede00
commit 7028b37955
14 zmienionych plików z 24 dodań i 21 usunięć

Wyświetl plik

@@ -356,7 +356,7 @@
* 0 - Disable both magic pattern match and pattern byte match.
* 1 - Enable magic pattern match on all interfaces.
* 2 - Enable pattern byte match on all interfaces.
* 3 - Enable both magic patter and pattern byte match on all interfaces.
* 3 - Enable both magic pattern and pattern byte match on all interfaces.
*
* Related: None
*

Wyświetl plik

@@ -153,7 +153,7 @@ enum pmo_wow_interface_pause {
* byte match.
* @PMO_WOW_ENABLE_MAGIC_PATTERN: Enable magic pattern match on all interfaces.
* @PMO_WOW_ENABLE_PATTERN_BYTE: Enable pattern byte match on all interfaces.
* @PMO_WOW_ENABLE_BOTH: Enable both magic patter and pattern byte match on
* @PMO_WOW_ENABLE_BOTH: Enable both magic pattern and pattern byte match on
* all interfaces.
*/
enum pmo_wow_enable_type {