qcacmn: Fix typo "recieve"

Replace typo "recieve" with correct spelling "receive".

Change-Id: I7d88e57b97fa6d217630d4a5d5c365b56e714428
CRs-Fixed: 2238309
Tento commit je obsažen v:
Jeff Johnson
2018-05-06 16:25:49 -07:00
odevzdal nshrivas
rodič 7947f90a30
revize 2d821eb0fe
13 změnil soubory, kde provedl 21 přidání a 21 odebrání

Zobrazit soubor

@@ -120,7 +120,7 @@ void *qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool);
/**
* qdf_flex_mem_free() - logically frees @ptr from the pool
* @pool: the pool to return the memory to
* @ptr: a pointer recieved via a call to qdf_flex_mem_alloc()
* @ptr: a pointer received via a call to qdf_flex_mem_alloc()
*
* This function marks the item corresponding to @ptr as unused. If that item
* was the last used item in the segment it belongs to, and the segment was