On Wed, 2010-08-25 at 23:24 +0200, Stefan Richter wrote:
[]
Perhaps you could consider it a consistency change for easier grepping
$ grep -rPoh --include=*.[ch] "\blist_for\w+\s*\(" drivers/firewire | sort | uniq -c
3 list_for_each_entry (
21 list_for_each_entry(
10 list_for_each_entry_safe(
--