[PATCH 0/2] Simplify local variable initialization

Erick Karanja posted 2 patches 10 months, 1 week ago
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 155 +++++-------------
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  56 ++-----
2 files changed, 57 insertions(+), 154 deletions(-)
[PATCH 0/2] Simplify local variable initialization
Posted by Erick Karanja 10 months, 1 week ago
This patchset address variable initialization at declaration.
Key consideration that code executed between declaration and
initialization is not necessary for initialization and changes
do not affect the readability of the code.

The patches can be applied in any order.

Erick Karanja (2):
  staging: rtl8723bs: Optimize variable initialization in
    rtl8723b_hal_init.c
  staging: rtl8723bs: Initialize local variables at declaration

 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 155 +++++-------------
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  56 ++-----
 2 files changed, 57 insertions(+), 154 deletions(-)

-- 
2.43.0