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