[PATCH v2 0/2] staging: rtl8192e: some refactoring

Michael Straube posted 2 patches 1 year, 8 months ago
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 160 ++++++++++-----------
1 file changed, 77 insertions(+), 83 deletions(-)
[PATCH v2 0/2] staging: rtl8192e: some refactoring
Posted by Michael Straube 1 year, 8 months ago
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
Re: [PATCH v2 0/2] staging: rtl8192e: some refactoring
Posted by Dan Carpenter 1 year, 8 months ago
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 <dan.carpenter@linaro.org>

regards,
dan carpenter