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 {
|
||||
|
Reference in New Issue
Block a user