qcacmn: dp: Fix misspellings
Address the following issues in the dp folder: CHECK: 'availble' may be misspelled - perhaps 'available'? CHECK: 'catagory' may be misspelled - perhaps 'category'? CHECK: 'endianess' may be misspelled - perhaps 'endianness'? CHECK: 'exceded' may be misspelled - perhaps 'exceeded'? CHECK: 'explicitely' may be misspelled - perhaps 'explicitly'? CHECK: 'Inteface' may be misspelled - perhaps 'Interface'? CHECK: 'lengh' may be misspelled - perhaps 'length'? CHECK: 'messsages' may be misspelled - perhaps 'messages'? CHECK: 'miscelleneous' may be misspelled - perhaps 'miscellaneous'? CHECK: 'Ouput' may be misspelled - perhaps 'Output'? CHECK: 'poiter' may be misspelled - perhaps 'pointer'? CHECK: 'Poiter' may be misspelled - perhaps 'Pointer'? CHECK: 'psuedo' may be misspelled - perhaps 'pseudo'? CHECK: 'registerd' may be misspelled - perhaps 'registered'? CHECK: 'requred' may be misspelled - perhaps 'required'? CHECK: 'retreive' may be misspelled - perhaps 'retrieve'? CHECK: 'succesfully' may be misspelled - perhaps 'successfully'? CHECK: 'vaild' may be misspelled - perhaps 'valid'? CHECK: 'virtaul' may be misspelled - perhaps 'virtual'? Change-Id: I66b9cdc6115dd133b385e60c9d02cefd1bd0bac3 CRs-Fixed: 2241574
This commit is contained in:
@@ -62,7 +62,7 @@ static inline bool dp_rx_check_ap_bridge(struct dp_vdev *vdev)
|
||||
* @soc: core txrx main context
|
||||
* @mac_id: mac_id which is one of 3 mac_ids
|
||||
* @dp_rxdma_srng: dp rxdma circular ring
|
||||
* @rx_desc_pool: Poiter to free Rx descriptor pool
|
||||
* @rx_desc_pool: Pointer to free Rx descriptor pool
|
||||
* @num_req_buffers: number of buffer to be replenished
|
||||
* @desc_list: list of descs if called from dp_rx_process
|
||||
* or NULL during dp rx initialization or out of buffer
|
||||
@@ -109,7 +109,7 @@ QDF_STATUS dp_rx_buffers_replenish(struct dp_soc *dp_soc, uint32_t mac_id,
|
||||
sync_hw_ptr);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"no of availble entries in rxdma ring: %d",
|
||||
"no of available entries in rxdma ring: %d",
|
||||
num_entries_avail);
|
||||
|
||||
if (!(*desc_list) && (num_entries_avail >
|
||||
@@ -1027,7 +1027,7 @@ static inline void dp_rx_deliver_to_stack(struct dp_vdev *vdev,
|
||||
qdf_nbuf_t nbuf_tail)
|
||||
{
|
||||
/*
|
||||
* highly unlikely to have a vdev without a registerd rx
|
||||
* highly unlikely to have a vdev without a registered rx
|
||||
* callback function. if so let us free the nbuf_list.
|
||||
*/
|
||||
if (qdf_unlikely(!vdev->osif_rx)) {
|
||||
|
Reference in New Issue
Block a user