]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Rename sysfs un/register to add/del
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 8 Oct 2011 12:58:48 +0000 (14:58 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Fri, 14 Oct 2011 18:22:38 +0000 (15:22 -0300)
commitf4126f3fc484c95a3a9e75cf53a389ae7b530b74
tree24d27be1e616622b28e7389b2ac512e7db402673
parenta8d23f19c73209024e75123bcaecb1d6f482efc2
Bluetooth: Rename sysfs un/register to add/del

As we introduced hci_init_sysfs() we should also rename
hci_register_sysfs() and hci_unregister_sysfs() to hci_add_sysfs() and
hci_del_sysfs() like we do with hci_conn_add/del_sysfs(). It looks more
consistent now.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_sysfs.c