Re: [PATCH 1/3] staging: rtl8192e: reduce indentation level

From: Nam Cao
Date: Sun May 26 2024 - 10:23:30 EST


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