Re: [PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line

2018-07-16 Thread Ian Abbott
On 14/07/18 16:44, Nishad Kamdar wrote: Shift '=' assignment operator to the end of previous line to conform to preferred kernel style line wrapping. Issue reported by checkpatch CHECK. Signed-off-by: Nishad Kamdar --- drivers/staging/comedi/comedi_fops.c | 4 ++-- 1 file changed, 2

Re: [PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line

2018-07-16 Thread Ian Abbott
On 14/07/18 16:44, Nishad Kamdar wrote: Shift '=' assignment operator to the end of previous line to conform to preferred kernel style line wrapping. Issue reported by checkpatch CHECK. Signed-off-by: Nishad Kamdar --- drivers/staging/comedi/comedi_fops.c | 4 ++-- 1 file changed, 2

[PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line

2018-07-14 Thread Nishad Kamdar
Shift '=' assignment operator to the end of previous line to conform to preferred kernel style line wrapping. Issue reported by checkpatch CHECK. Signed-off-by: Nishad Kamdar --- drivers/staging/comedi/comedi_fops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] staging: comedi: comedi_fops: Shift assignment operator '=' to previous line

2018-07-14 Thread Nishad Kamdar
Shift '=' assignment operator to the end of previous line to conform to preferred kernel style line wrapping. Issue reported by checkpatch CHECK. Signed-off-by: Nishad Kamdar --- drivers/staging/comedi/comedi_fops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git