From: Jules Irenge <jbi.octave@xxxxxxxxx> Date: Sun, 23 Feb 2020 23:16:45 +0000 > Sparse reports a warning at sctp_err_finish() > warning: context imbalance in sctp_err_finish() - unexpected unlock > > The root cause is a missing annotation at sctp_err_finish() > Add the missing __releases(&((__sk)->sk_lock.slock)) annotation > > Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx> Applied.