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

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

2019-12-29 Thread Joe Perches
On Sun, 2019-12-29 at 17:31 -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. [] > diff --git a/drivers/staging/wfx/hif_rx.c

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

2019-12-29 Thread Matthew Hanzelik
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. Signed-off-by: Matthew Hanzelik --- Changes in v2 - Make the commit message less vague. Changes in v3 - Place the break after the cast