qcacmn: Fix typographical errors
Fix typographical errors spanned over various files in cmn. Change-Id: I9fcf3b7f9bb7d7dd406e6576a60aa4eb783c9ceb CRs-Fixed: 3529628
This commit is contained in:

committed by
Rahul Choudhary

parent
c27dfcd8ac
commit
58e80d75bd
@@ -300,7 +300,7 @@ struct htc_endpoint_credit_dist {
|
||||
#define IS_EP_ACTIVE(epDist) ((epDist)->DistFlags & HTC_EP_ACTIVE)
|
||||
#define SET_EP_ACTIVE(epDist) (epDist)->DistFlags |= HTC_EP_ACTIVE
|
||||
|
||||
/* credit distribution code that is passed into the distrbution function,
|
||||
/* credit distribution code that is passed into the distribution function,
|
||||
* there are mandatory and optional codes that must be handled
|
||||
*/
|
||||
enum htc_credit_dist_reason {
|
||||
|
@@ -98,7 +98,7 @@ void htc_credit_history_init(void)
|
||||
*
|
||||
* This function records the credits and pending commands whenever a command is
|
||||
* sent or credits are returned. Call this after the credits have been updated
|
||||
* according to the transaction. Call this before dequeing commands.
|
||||
* according to the transaction. Call this before dequeuing commands.
|
||||
*
|
||||
* Consider making this function accept an HTC_ENDPOINT and find the current
|
||||
* credits and queue depth itself.
|
||||
|
Reference in New Issue
Block a user