Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-28 Thread Dan Carpenter
On Mon, Apr 27, 2020 at 05:28:27PM +0530, Suraj Upadhyay wrote: > On Mon, Apr 27, 2020 at 11:50:23AM +, Jerome Pouiller wrote: > > On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > > > Break lines with length over 80 characters to > > > conform to the linux coding style and

Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-28 Thread Dan Carpenter
On Mon, Apr 27, 2020 at 11:50:23AM +, Jerome Pouiller wrote: > On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > > Break lines with length over 80 characters to > > conform to the linux coding style and refactor > > wherever necessary. > > > > Signed-off-by: Suraj Upadhyay > >

Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-27 Thread Suraj Upadhyay
On Mon, Apr 27, 2020 at 11:50:23AM +, Jerome Pouiller wrote: > On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > > Break lines with length over 80 characters to > > conform to the linux coding style and refactor > > wherever necessary. > > > > Signed-off-by: Suraj Upadhyay > >

Re: [PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-27 Thread Jerome Pouiller
On Saturday 25 April 2020 13:32:34 CEST Suraj Upadhyay wrote: > Break lines with length over 80 characters to > conform to the linux coding style and refactor > wherever necessary. > > Signed-off-by: Suraj Upadhyay > --- > > Changes in v4: > - Added a space after declaration in

[PATCH v4] staging: wfx: cleanup long lines in data_tx.c

2020-04-25 Thread Suraj Upadhyay
Break lines with length over 80 characters to conform to the linux coding style and refactor wherever necessary. Signed-off-by: Suraj Upadhyay --- Changes in v4: - Added a space after declaration in wfx_get_hw_rate(). - A checkpatch warning for this commit is retained at line