Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cxgb4: Add missing annotation for service_ofldq()
Sparse reports a warning at service_ofldq() warning: context imbalance in service_ofldq() - unexpected unlock The root cause is the missing annotation at service_ofldq() Add the missing __must_hold(&q->sendq.lock) annotation Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information