commit | be21139f3539350b33112e88183992e1ee086f53 | [log] [tgz] |
---|---|---|
author | Jules Irenge <jbi.octave@gmail.com> | Sun Feb 23 23:16:54 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 13:26:49 2020 -0800 |
tree | ccc65b701cb44bcf4f09db6bdf736f04aea72506 | |
parent | 2d6b6acfce5f0b1e0241251d2a7aaf570e149809 [diff] |
net: netrom: Add missing annotation for nr_neigh_stop() Sparse reports a warning at nr_neigh_stop() warning: context imbalance in nr_neigh_stop() - unexpected unlock The root cause is the missing annotation at nr_neigh_stop() Add the missing __releases(&nr_neigh_list_lock) annotation Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>