Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Jonathan Cameron
On Mon, 1 Oct 2018 16:35:33 +0300 Dan Carpenter wrote: > On Mon, Oct 01, 2018 at 02:54:55PM +0200, Lars-Peter Clausen wrote: > > On 10/01/2018 02:52 PM, Dan Carpenter wrote: > > > On Mon, Oct 01, 2018 at 02:28:34PM +0200, Slawomir Stepien wrote: > > >> The checkpatch.pl tool detected coding s

Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Dan Carpenter
On Mon, Oct 01, 2018 at 02:54:55PM +0200, Lars-Peter Clausen wrote: > On 10/01/2018 02:52 PM, Dan Carpenter wrote: > > On Mon, Oct 01, 2018 at 02:28:34PM +0200, Slawomir Stepien wrote: > >> The checkpatch.pl tool detected coding style problem: > >> > >> CHECK: spaces preferred around that '-' (

Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Lars-Peter Clausen
On 10/01/2018 02:52 PM, Dan Carpenter wrote: > On Mon, Oct 01, 2018 at 02:28:34PM +0200, Slawomir Stepien wrote: >> The checkpatch.pl tool detected coding style problem: >> >> CHECK: spaces preferred around that '-' (ctx:VxV) >> >> in two files inside the adc directory. This patch will remove t

Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Slawomir Stepien
On paź 01, 2018 14:51, Peter Meerwald-Stadler wrote: > > > The checkpatch.pl tool detected coding style problem: > > > > CHECK: spaces preferred around that '-' (ctx:VxV) > > oh no, not again > please see e.g. https://lore.kernel.org/patchwork/patch/635994/ > for some discussion why this pat

Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Peter Meerwald-Stadler
> The checkpatch.pl tool detected coding style problem: > > CHECK: spaces preferred around that '-' (ctx:VxV) oh no, not again please see e.g. https://lore.kernel.org/patchwork/patch/635994/ for some discussion why this patch doesn't make sense > in two files inside the adc directory. Thi

Re: [PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Dan Carpenter
On Mon, Oct 01, 2018 at 02:28:34PM +0200, Slawomir Stepien wrote: > The checkpatch.pl tool detected coding style problem: > > CHECK: spaces preferred around that '-' (ctx:VxV) > > in two files inside the adc directory. This patch will remove this > problem. > > Signed-off-by: Slawomir Stepie

[PATCH] staging: iio: adc: add missing spaces around minus sign

2018-10-01 Thread Slawomir Stepien
The checkpatch.pl tool detected coding style problem: CHECK: spaces preferred around that '-' (ctx:VxV) in two files inside the adc directory. This patch will remove this problem. Signed-off-by: Slawomir Stepien --- drivers/staging/iio/adc/ad7192.c | 2 +- drivers/staging/iio/adc/ad7280a.