commit | cae9566acb1a4533ca85b63f7ac0cc7ebe4a0c30 | [log] [tgz] |
---|---|---|
author | Jules Irenge <jbi.octave@gmail.com> | Wed Apr 29 23:57:22 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri May 01 15:31:37 2020 -0700 |
tree | 86f23182d71cc15ae5b39db31bb752c8ea2e856c | |
parent | 709e7158f0991ec26b2819ef944c276a19b910db [diff] |
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 <jbi.octave@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>