Browse Source

qcacmn: Fix typo "retrived"

Replace typo "retrived" with correct spelling "retrieved".

Change-Id: Icde5e2480be78bdf8bf3befd1ce09b1b427074df
CRs-Fixed: 2238309
Jeff Johnson 7 years ago
parent
commit
7947f90a30
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dp/wifi3.0/dp_rx_mon_dest.c
  2. 1 1
      qdf/linux/src/i_qdf_nbuf.h

+ 1 - 1
dp/wifi3.0/dp_rx_mon_dest.c

@@ -615,7 +615,7 @@ mpdu_stitch_done:
 	/* Check if this buffer contains the PPDU end status for TSF */
 	/* Need revist this code to see where we can get tsf timestamp */
 #if 0
-	/* PPDU end TLV will be retrived from monitor status ring */
+	/* PPDU end TLV will be retrieved from monitor status ring */
 	last_mpdu =
 		(*(((u_int32_t *)&rx_desc->attention)) &
 		RX_ATTENTION_0_LAST_MPDU_MASK) >>

+ 1 - 1
qdf/linux/src/i_qdf_nbuf.h

@@ -94,7 +94,7 @@ typedef union {
  *      for the priv_cb_w since it must be at same offset for both
  *      TX and RX union
  *
- * @paddr   : physical addressed retrived by dma_map of nbuf->data
+ * @paddr   : physical addressed retrieved by dma_map of nbuf->data
  *
  * @rx.dev.priv_cb_w.ext_cb_ptr: extended cb pointer
  * @rx.dev.priv_cb_w.fctx      : ctx to handle special pkts defined by ftype