Re: [Outreachy kernel] [PATCH 1/2] staging: kpc2000: resolve various code style issues

2020-10-20 Thread Deepak R Varma
On Wed, Oct 21, 2020 at 10:11:52AM +0530, Vaishali Thakkar wrote: > On Wed, Oct 21, 2020 at 8:33 AM Deepak R Varma wrote: > > > > Multiple issues reported by checkpatch script around lines exceeding 100 > > columns, indentation of function parameters, extra blank lines. These > > code formatting c

Re: [Outreachy kernel] [PATCH 1/2] staging: kpc2000: resolve various code style issues

2020-10-20 Thread Vaishali Thakkar
On Wed, Oct 21, 2020 at 8:33 AM Deepak R Varma wrote: > > Multiple issues reported by checkpatch script around lines exceeding 100 > columns, indentation of function parameters, extra blank lines. These > code formatting changes improves the code readability. Please send separate patches while fi

[PATCH 1/2] staging: kpc2000: resolve various code style issues

2020-10-20 Thread Deepak R Varma
Multiple issues reported by checkpatch script around lines exceeding 100 columns, indentation of function parameters, extra blank lines. These code formatting changes improves the code readability. Signed-off-by: Deepak R Varma --- drivers/staging/kpc2000/kpc2000/cell_probe.c | 71 +