Re: [PATCH] staging: rtl8192e: Fix space and suspect issue

2019-02-28 Thread Joe Perches
On Thu, 2019-02-28 at 19:07 +0100, Oscar Gomez Fuente wrote: > These changes fixed a checkpatch error for space required before the > open brace '{' as well as a warning for suspect code indent for > conditional statements. Simple enough, thanks. > diff --git

[PATCH] staging: rtl8192e: Fix space and suspect issue

2019-02-28 Thread Oscar Gomez Fuente
These changes fixed a checkpatch error for space required before the open brace '{' as well as a warning for suspect code indent for conditional statements. Signed-off-by: Oscar Gomez Fuente --- drivers/staging/rtl8192e/rtllib_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff