[PATCH] staging: vt6656: remove unnecessary parenthesis

2019-12-30 Thread Amir Mahdi Ghorbanian
Remove unnecessary parenthesis to abide by kernel coding-style. Signed-off-by: Amir Mahdi Ghorbanian --- drivers/staging/vt6656/baseband.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 8d19

Re: [PATCH v3] Staging: wfx: Fix style issues with hif_rx.c

2019-12-30 Thread Greg KH
On Sun, Dec 29, 2019 at 05:31:42PM -0500, Matthew Hanzelik wrote: > Fix the 80 line limit warning on line 79 of hif_rx.c. > > Also fixes the missing blank line warning on line 305 of hif_rx.c after > the declaration of size_t len. When ever you use the word "also" in a patch, that is a huge hint