On 26/07/2020 11:58, Julia Lawall wrote: > list_for_each_safe is able to handle an empty list. > The only effect of avoiding the loop is not initializing the > index variable. > Drop list_empty tests in cases where these variables are not > used. Sure, why not. Acked-by: Edward Cree <ec...@solarflare.com>
- [PATCH 0/7] drop unnecessary list_empty Julia Lawall
- [PATCH 7/7] ath: drop unnecessary list_empty Julia Lawall
- [PATCH 4/7] net/mlx5: drop unnecessary list_empty Julia Lawall
- Re: [PATCH 4/7] net/mlx5: drop unnecessary list_em... David Miller
- Re: [PATCH 4/7] net/mlx5: drop unnecessary lis... Saeed Mahameed
- [PATCH 2/7] sfc: drop unnecessary list_empty Julia Lawall
- Re: [PATCH 2/7] sfc: drop unnecessary list_empty Edward Cree
- Re: [PATCH 2/7] sfc: drop unnecessary list_empty David Miller
- Re: [PATCH 0/7] drop unnecessary list_empty Mark Brown