]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 1 Nov 2011 08:58:56 +0000 (10:58 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 7 Nov 2011 19:24:46 +0000 (17:24 -0200)
commit94f8ed7fa4232d94ce161e411f2fd66f244345c5
treef589157028c85ebaa17be9f329405d1ccffa6304
parentde00c482ff0dcc1e2b8cc47990e9874936003d8a
Bluetooth: replace list_for_each with list_for_each_entry whenever possible

When all items in the list have the same type there is no much of a point
to use list_for_each except if you want to use the list pointer itself.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/bnep/core.c
net/bluetooth/cmtp/core.c
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_sysfs.c
net/bluetooth/hidp/core.c
net/bluetooth/mgmt.c
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/tty.c