netlink: rename netlink_unbind() to netlink_undo_bind()
authorJohannes Berg <johannes.berg@intel.com>
Mon, 22 Dec 2014 17:56:35 +0000 (18:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Dec 2014 07:20:23 +0000 (02:20 -0500)
commit02c81ab95d8718d75886d16227a10cc7774493ea
tree4c03dde22711619ce2b2b1b302d0df942f4a5d2d
parenteb46e2215fc6bdaaf8eda3a6c7c0dd033d171cad
netlink: rename netlink_unbind() to netlink_undo_bind()

The new name is more expressive - this isn't a generic unbind
function but rather only a little undo helper for use only in
netlink_bind().

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c