Re: [PATCH 0/3] staging: rtl8192e: some coding style cleanups

From: Philipp Hortmann
Date: Thu Feb 01 2024 - 16:10:41 EST


On 2/1/24 09:18, Michael Straube wrote:
This series contains some simple coding style cleanups to clear some
checkpatch warnings. Compile-tested only.

Michael Straube (3):
staging: rtl8192e: remove braces from single statement blocks
staging: rtl8192e: remove return from void function rtl92e_set_channel
staging: rtl8192e: initialize variables at declaration

drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 5 ++---
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 1 -
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 3 +--
drivers/staging/rtl8192e/rtl819x_HTProc.c | 4 ++--
drivers/staging/rtl8192e/rtllib_rx.c | 5 ++---
5 files changed, 7 insertions(+), 11 deletions(-)


Tested-by: Philipp Hortmann <philipp.g.hortmann@xxxxxxxxx>