git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457f485
)
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Tue, 1 Nov 2011 08:58:56 +0000
(10:58 +0200)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Mon, 7 Nov 2011 19:24:46 +0000
(17:24 -0200)
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>
No differences found