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

Greetings

2019-12-29 Thread Mr. Moon David
Dear Sir/Madam, I have investor that want to invest $6.8 Billion into a company that needs fund for expansion only.He can not invest the money to new Companies that want to start up but into Companies that has been making good profits but needs funds for EXPANSION. He can only invest in start

[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

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

2019-12-29 Thread Jérôme Pouiller
On Saturday 28 December 2019 01:38:24 CET Matthew Hanzelik wrote: > Fixes the 80 character 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