From 2fa83cedbc782cea6de3196a22c1fd867319407b Mon Sep 17 00:00:00 2001 From: D Harilakshmi Date: Mon, 24 Apr 2023 00:25:46 -0700 Subject: [PATCH] Revert "qcacmn: Correct spelling errors" This reverts Change-Id: Id33b5f250a0c44f475b3463f9a6a68f83b47b6cd Change-Id: I54057d65091b445240a53f2d8d34cd73ca61d860 CRs-Fixed: 3462780 --- dp/wifi3.0/dp_rx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dp/wifi3.0/dp_rx.h b/dp/wifi3.0/dp_rx.h index b004ed1412..62a8aee17f 100644 --- a/dp/wifi3.0/dp_rx.h +++ b/dp/wifi3.0/dp_rx.h @@ -1224,7 +1224,7 @@ void dp_rx_process_invalid_peer_wrapper(struct dp_soc *soc, qdf_nbuf_set_next((ptail), NULL); \ } while (0) -#if defined(QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM) +#if defined(QCA_PADDR_CHECK_ON_3TH_PLATFORM) /* * on some third-party platform, the memory below 0x2000 * is reserved for target use, so any memory allocated in this @@ -1242,7 +1242,7 @@ void dp_rx_process_invalid_peer_wrapper(struct dp_soc *soc, #define DP_PHY_ADDR_RESERVED 0x50000000 #endif -#if defined(QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM) || defined(BUILD_X86) +#if defined(QCA_PADDR_CHECK_ON_3TH_PLATFORM) || defined(BUILD_X86) /** * dp_check_paddr() - check if current phy address is valid or not * @dp_soc: core txrx main context