[Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings

Jagath Jog J posted 3 patches 4 years, 5 months ago
drivers/staging/rtl8723bs/core/rtw_cmd.c      | 54 +++++-----
drivers/staging/rtl8723bs/hal/hal_intf.c      |  5 +
.../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 98 ++++++-------------
3 files changed, 63 insertions(+), 94 deletions(-)
[Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings
Posted by Jagath Jog J 4 years, 5 months ago
This series fix the following errors/warnings:

-Placing { braces at the end of same line of if condition
-Removed extra spaces in declaration
-Placing necessary blank line after declaration

Jagath Jog J (3):
  Staging: rtl8723bs: Placing opening { braces in previous line
  Staging: rtl8723bs: Removed extra spaces between datatype and variable
  Staging: rtl8723bs: Inserting blank line after declaration

 drivers/staging/rtl8723bs/core/rtw_cmd.c      | 54 +++++-----
 drivers/staging/rtl8723bs/hal/hal_intf.c      |  5 +
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 98 ++++++-------------
 3 files changed, 63 insertions(+), 94 deletions(-)

-- 
2.17.1

Re: [Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings
Posted by Hans de Goede 4 years, 5 months ago
Hi,

On 1/24/22 04:44, Jagath Jog J wrote:
> This series fix the following errors/warnings:
> 
> -Placing { braces at the end of same line of if condition
> -Removed extra spaces in declaration
> -Placing necessary blank line after declaration

Thanks, series looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

for the series.

Regards,

Hans

> 
> Jagath Jog J (3):
>   Staging: rtl8723bs: Placing opening { braces in previous line
>   Staging: rtl8723bs: Removed extra spaces between datatype and variable
>   Staging: rtl8723bs: Inserting blank line after declaration
> 
>  drivers/staging/rtl8723bs/core/rtw_cmd.c      | 54 +++++-----
>  drivers/staging/rtl8723bs/hal/hal_intf.c      |  5 +
>  .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 98 ++++++-------------
>  3 files changed, 63 insertions(+), 94 deletions(-)
>