This series refactors two for loops in _rtl92e_dm_rx_path_sel_byrssi()
to reduce indentation and improve readability.
Compile-tested only, due to lack of hardware.
v1 -> v2
- Removed patch 3/3
- Added Nam Cao's reviewed-by tags from v1
Michael Straube (2):
staging: rtl8192e: reduce indentation level
staging: rtl8192e: remove unnecessary line breaks
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 160 ++++++++++-----------
1 file changed, 77 insertions(+), 83 deletions(-)
--
2.45.1
On Mon, May 27, 2024 at 11:45:25AM +0200, Michael Straube wrote:
> This series refactors two for loops in _rtl92e_dm_rx_path_sel_byrssi()
> to reduce indentation and improve readability.
>
> Compile-tested only, due to lack of hardware.
>
> v1 -> v2
> - Removed patch 3/3
> - Added Nam Cao's reviewed-by tags from v1
Thanks!
Reviewed-by: Dan Carpenter <[email protected]>
regards,
dan carpenter