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
Este commit está contenido en:
@@ -500,7 +500,7 @@ static inline void dp_hif_update_pipe_callback(void *soc, void *cb_context,
|
||||
|
||||
/* TODO: Temporary change to bypass HTC connection for this new
|
||||
* HIF pipe, which will be used for packet log and other high-
|
||||
* priority HTT messsages. Proper HTC connection to be added
|
||||
* priority HTT messages. Proper HTC connection to be added
|
||||
* later once required FW changes are available
|
||||
*/
|
||||
hif_pipe_callbacks.rxCompletionHandler = callback;
|
||||
|
Referencia en una nueva incidencia
Block a user