Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: skbuff: disambiguate argument and member for skb_list_walk_safe …
…helper commit 5eee7bd upstream. This worked before, because we made all callers name their next pointer "next". But in trying to be more "drop-in" ready, the silliness here is revealed. This commit fixes the problem by making the macro argument and the member use different names. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information