[PATCH 0/3] iio: adc: ad7173: codestyle cleanup

Sanjay Chitroda posted 3 patches 2 months ago
drivers/iio/adc/ad7173.c | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
[PATCH 0/3] iio: adc: ad7173: codestyle cleanup
Posted by Sanjay Chitroda 2 months ago
From: Sanjay Chitroda <sanjayembeddedse@gmail.com>

Hi all,

This patch series clean up error, warning(s) and a check reported
with checkpatch and no functional behavior changes are intended.

Testing:
  - Compiled with W=1
  - Build-tested on QEMU x86_64

Based on:
  <linux-v7.0-rc5>

Feedback and reviews are very welcome.

Thanks,
Sanjay Chitroda

Sanjay Chitroda (3):
  iio: adc: ad7173: cleanup codestyle error
  iio: adc: ad7173: cleanup codestyle warning(s)
  iio: adc: ad7173: cleanup codestyle check and spell correct

 drivers/iio/adc/ad7173.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] iio: adc: ad7173: codestyle cleanup
Posted by David Lechner 2 months ago
On 4/13/26 8:42 AM, Sanjay Chitroda wrote:
> From: Sanjay Chitroda <sanjayembeddedse@gmail.com>
> 
> Hi all,
> 
> This patch series clean up error, warning(s) and a check reported
> with checkpatch and no functional behavior changes are intended.

I'm pretty sure someone sent a series just like this already.

Patches 2 and 3 were rejected. Patch 1 is probably OK.
Re: [PATCH 0/3] iio: adc: ad7173: codestyle cleanup
Posted by Andy Shevchenko 2 months ago
On Mon, Apr 13, 2026 at 09:09:15AM -0500, David Lechner wrote:
> On 4/13/26 8:42 AM, Sanjay Chitroda wrote:

> > This patch series clean up error, warning(s) and a check reported
> > with checkpatch and no functional behavior changes are intended.
> 
> I'm pretty sure someone sent a series just like this already.
> 
> Patches 2 and 3 were rejected. Patch 1 is probably OK.

Seconded. NAK for patches 2 & 3 from me here.
Patch 1 is OK, though.

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH 0/3] iio: adc: ad7173: codestyle cleanup
Posted by Sanjay Chitroda 1 month, 3 weeks ago

On 14 April 2026 1:25:51 pm IST, Andy Shevchenko <andriy.shevchenko@intel.com> wrote:
>On Mon, Apr 13, 2026 at 09:09:15AM -0500, David Lechner wrote:
>> On 4/13/26 8:42 AM, Sanjay Chitroda wrote:
>
>> > This patch series clean up error, warning(s) and a check reported
>> > with checkpatch and no functional behavior changes are intended.
>> 
>> I'm pretty sure someone sent a series just like this already.
>> 
>> Patches 2 and 3 were rejected. Patch 1 is probably OK.
>
>Seconded. NAK for patches 2 & 3 from me here.
>Patch 1 is OK, though.
>

Thank you David and Andy for the input.
Yes, similar changes is already available in iio/testing.

I have dropped this series.