Re: [PATCH net-next] r8169: make rtl_rx better readable

2020-05-18 Thread David Miller
From: Heiner Kallweit Date: Mon, 18 May 2020 22:14:21 +0200 > Avoid the goto from the rx error handling branch into the else branch, > and in general avoid having the main rx work in the else branch. > In addition ensure proper reverse xmas tree order of variables in the > for loop. > > No funct

[PATCH net-next] r8169: make rtl_rx better readable

2020-05-18 Thread Heiner Kallweit
Avoid the goto from the rx error handling branch into the else branch, and in general avoid having the main rx work in the else branch. In addition ensure proper reverse xmas tree order of variables in the for loop. No functional change intended. Signed-off-by: Heiner Kallweit --- drivers/net/e