]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit913275e1005e436f14becaa9c5791506a137a94b
tree4c03dde22711619ce2b2b1b302d0df942f4a5d2d
parent19d3151928cc7345cf3d22c59a76804a1a6804cd
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