Re: [PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-10 Thread Pedro Ortega
On Sun, Nov 10, 2019 at 01:27:10PM +, Jonathan Cameron wrote: > On Sat, 9 Nov 2019 16:17:28 +0100 > Pedro Ortega wrote: > > > Add spaces around the minus math operator to increase readability. > > > > Signed-off-by: Pedro Ortega > Hi Pedro, > > Afraid not. Look at what that macro is actuall

Re: [PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-10 Thread Jonathan Cameron
On Sat, 9 Nov 2019 16:17:28 +0100 Pedro Ortega wrote: > Add spaces around the minus math operator to increase readability. > > Signed-off-by: Pedro Ortega Hi Pedro, Afraid not. Look at what that macro is actually doing. That's not a maths operator at all. I'm fairly sure we had a plan to a

[PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-09 Thread Pedro Ortega
Add spaces around the minus math operator to increase readability. Signed-off-by: Pedro Ortega --- drivers/staging/iio/adc/ad7280a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/adc/ad7280a.c b/drivers/staging/iio/adc/ad7280a.c index 19a5f244dcae..