On Sun, May 26, 2024 at 01:19:26PM +0200, Michael Straube wrote: > Reduce indentation level in _rtl92e_dm_rx_path_sel_byrssi() by negating > if statements and use continue in for loops. This way the indentation > level of the code that is covered by the if checks can be reduced. This > improves readability and clears two checkpatch warnings. > > WARNING: Too many leading tabs - consider code refactoring > > Signed-off-by: Michael Straube <straube.linux@xxxxxxxxx> I don't see any functional change. This patch does as described: Reviewed-by: Nam Cao <namcao@xxxxxxxxxxxxx> Best regards, Nam