Browse Source

qcacmn: Correct spelling errors

Correct spelling errors
s/QCA_PADDR_CHECK_ON_3TH_PLATFORM/QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM

Change-Id: I92e22fb116e4505c43c604a86a90ed507a277ef4
CRs-Fixed: 3462780
Zhiwei Yang 2 years ago
parent
commit
eb95c8b60f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dp/wifi3.0/dp_rx.h

+ 2 - 2
dp/wifi3.0/dp_rx.h

@@ -1220,7 +1220,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_3TH_PLATFORM)
+#if defined(QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM)
 /*
  * on some third-party platform, the memory below 0x2000
  * is reserved for target use, so any memory allocated in this
@@ -1238,7 +1238,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_3TH_PLATFORM) || defined(BUILD_X86)
+#if defined(QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM) || defined(BUILD_X86)
 /**
  * dp_check_paddr() - check if current phy address is valid or not
  * @dp_soc: core txrx main context