Re: [PATCH] Staging: rtl8723bs: os_de: if-else coding style issues

2020-05-15 Thread Dan Carpenter
On Fri, May 15, 2020 at 01:49:30PM +0100, John Oldman wrote: > @@ -1167,9 +1166,8 @@ void rtw_dev_unload(struct adapter *padapter) > DBG_871X_LEVEL(_drv_always_, "%s: driver in > IPS-FWLPS\n", __func__); > pdbgpriv->dbg_dev_unload_inIPS_cnt++; >

[PATCH] Staging: rtl8723bs: os_de: if-else coding style issues

2020-05-15 Thread John Oldman
Coding style issues: This patch clears the checkpatch.pl "braces {} are not necessary for single statement blocks" and "else_should_follow_close_brace" warnings." Signed-off-by: John Oldman --- drivers/staging/rtl8723bs/os_dep/os_intfs.c | 49 +++-- 1 file changed, 17