linux/net/netrom
Jules Irenge be21139f35 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>
2020-02-24 13:26:49 -08:00
..
Makefile
af_netrom.c netrom: Add missing annotation for nr_info_stop() 2020-02-24 13:26:49 -08:00
nr_dev.c
nr_in.c
nr_loopback.c
nr_out.c
nr_route.c net: netrom: Add missing annotation for nr_neigh_stop() 2020-02-24 13:26:49 -08:00
nr_subr.c
nr_timer.c
sysctl_net_netrom.c