[PATCH] list_for_each_entry
This adds list_for_each_entry, which is the equivalent of list_for_each and list_entry, except only one variable is needed.
Showing
Please register or sign in to comment
This adds list_for_each_entry, which is the equivalent of list_for_each and list_entry, except only one variable is needed.