qcacmn: Fix typo "recieve"
Replace typo "recieve" with correct spelling "receive". Change-Id: I7d88e57b97fa6d217630d4a5d5c365b56e714428 CRs-Fixed: 2238309
Tento commit je obsažen v:
@@ -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
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele