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

2020-04-25 Thread Greg KH
On Fri, Apr 24, 2020 at 07:18:34PM +0530, 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 v3: > - Changed the temporary variable name for the

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

2020-04-24 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 v3: - Changed the temporary variable name for the memzcmp statement to is_used. (as suggested). - Added a