Kaynağa Gözat

qcacld-3.0: Fix misspelling "patern"

Fix misspelling: patern ==> pattern

Change-Id: I4e850c7908f267cfc37fafe42ac3eda51937ebdf
CRs-Fixed: 3275698
Jeff Johnson 2 yıl önce
ebeveyn
işleme
20929e67b8

+ 2 - 1
components/pmo/core/inc/wlan_pmo_wow.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -95,7 +96,7 @@
  * Management frames are not subjected to WoWL filtering and are
  * discarded when WoWL is enabled.
  *
- * Whenever a patern match succeeds, RX path is restored and packets
+ * Whenever a pattern match succeeds, RX path is restored and packets
  * (both management and data) will be pushed to the host from that
  * point onwards.  Therefore, exit from WoWL is implicit and happens
  * automatically when the first packet match succeeds.

+ 2 - 1
core/hdd/inc/wlan_hdd_wowl.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -83,7 +84,7 @@
  * Management frames are not subjected to WoWL filtering and are
  * discarded when WoWL is enabled.
  *
- * Whenever a patern match succeeds, RX path is restored and packets
+ * Whenever a pattern match succeeds, RX path is restored and packets
  * (both management and data) will be pushed to the host from that
  * point onwards.  Therefore, exit from WoWL is implicit and happens
  * automatically when the first packet match succeeds.