Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-04-28 Thread Jonathan Cameron
On Mon, 23 Apr 2018 09:48:56 +0200 Fabrice Gasnier wrote: > On 02/24/2018 02:03 PM, Jonathan Cameron wrote: > > On Fri, 23 Feb 2018 13:50:59 +0100 > > Fabrice Gasnier wrote: > > > >> Misc fixes & style improvements: > >> - checkpatch warns about line over 80 characters. > >> - remove extra sp

Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-04-23 Thread Fabrice Gasnier
On 02/24/2018 02:03 PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2018 13:50:59 +0100 > Fabrice Gasnier wrote: > >> Misc fixes & style improvements: >> - checkpatch warns about line over 80 characters. >> - remove extra spaces and a blank line (e.g. checkpatch --strict) >> - remove bad error messa

Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-03-03 Thread Jonathan Cameron
On Tue, 27 Feb 2018 09:21:00 +0100 Fabrice Gasnier wrote: > On 02/24/2018 02:03 PM, Jonathan Cameron wrote: > > On Fri, 23 Feb 2018 13:50:59 +0100 > > Fabrice Gasnier wrote: > > > >> Misc fixes & style improvements: > >> - checkpatch warns about line over 80 characters. > >> - remove extra sp

Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-02-27 Thread Fabrice Gasnier
On 02/24/2018 02:03 PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2018 13:50:59 +0100 > Fabrice Gasnier wrote: > >> Misc fixes & style improvements: >> - checkpatch warns about line over 80 characters. >> - remove extra spaces and a blank line (e.g. checkpatch --strict) >> - remove bad error messa

Re: [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-02-24 Thread Jonathan Cameron
On Fri, 23 Feb 2018 13:50:59 +0100 Fabrice Gasnier wrote: > Misc fixes & style improvements: > - checkpatch warns about line over 80 characters. > - remove extra spaces and a blank line (e.g. checkpatch --strict) > - remove bad error message always printed in probe routine. > > Signed-off-by: Fa

[PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

2018-02-23 Thread Fabrice Gasnier
Misc fixes & style improvements: - checkpatch warns about line over 80 characters. - remove extra spaces and a blank line (e.g. checkpatch --strict) - remove bad error message always printed in probe routine. Signed-off-by: Fabrice Gasnier --- drivers/iio/adc/stm32-dfsdm-adc.c | 9 - 1 f