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