Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables.
@ 2021-12-30 17:48 Jonathan Cameron
  2021-12-30 17:48 ` [PATCH 01/16] iio:chemical:atlas: Trivial white space cleanup to add space before } Jonathan Cameron
                   ` (16 more replies)
  0 siblings, 17 replies; 34+ messages in thread
From: Jonathan Cameron @ 2021-12-30 17:48 UTC (permalink / raw)
  To: linux-iio
  Cc: Gwendal Grignou, Andy Shevchenko, Jonathan Cameron, Matt Ranostay,
	Parthiban Nallathambi, Nikita Travkin, Maslov Dmitry,
	Andreas Klinger, Antoniu Miclaus, Zhiyong Tao, Hui Liu,
	Ivan Drobyshevskyi

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Andy's review of Gwendal's sx9324 patch included a comment on having
a space before the } in id tables. It is a more general comment, but
this series only addresses the id table cases where things are
inconsistent.  I said I would send a clean up set when I got bored. That
happened sooner than expected (I blame tax returns).

Found using:
  git grep -re "[0-9A-Za-z]}" drivers/iio/ | grep "{\ "

Note that the fact that we have a clump of these in proximity drivers
suggests that copy and paste is leading to this odd bit of formatting
getting copied into new drivers.

As ever, some of these don't have active driver maintainers so please
take a quick look at the whole series if you have time.

Thanks,

Jonathan

Cc: Matt Ranostay <matt.ranostay@konsulko.com>
Cc: Parthiban Nallathambi <pn@denx.de>
Cc: Nikita Travkin <nikita@trvn.ru>
Cc: Maslov Dmitry <maslovdmitry@seeed.cc>
Cc: Andreas Klinger <ak@it-klinger.de>
Cc: Antoniu Miclaus <antoniu.miclaus@analog.com>
Cc: Zhiyong Tao <zhiyong.tao@mediatek.com>
Cc: Hui Liu <hui.liu@mediatek.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Cc: Ivan Drobyshevskyi <drobyshevskyi@gmail.com>

Jonathan Cameron (16):
  iio:chemical:atlas: Trivial white space cleanup to add space before }
  iio:light:pa12203001: Tidy up white space change to add spaces after {
    and before }
  iio:light:vcnl4035: Trivial whitespace cleanup to add space before }
  iio:light:us5182: White space cleanup of spacing around {} in id
    tables
  iio:light:ltr501: White space cleanup of spacing around {} in id
    tables
  iio:proximity:ping: White space cleanup of spacing around {} in id
    tables
  iio:proximity:rfd77402: White space cleanup of spacing around {} in id
    tables
  iio:proximity:srf04: White space cleanup of spacing around {} in id
    tables
  iio:proximity:srf08: White space cleanup of spacing around {} in id
    tables
  iio:frequency:admv1013: White space cleanup of spacing around {} in id
    tables
  iio:adc:mt6577_auxadc: Tidy up white space around {} in id tables
  iio:adc:hi8435: Tidy up white space around {} in id tables
  iio:adc:ti-adc084s021: Tidy up white space around {}
  iio:light:tsl2722: Fix inconsistent spacing before } in id table
  iio:proximity:vl53l0x: Tidy up white space around {} in id tables
  iio:accel:dmard09: Tidy up white space around {} in id table

 drivers/iio/accel/dmard09.c         |  2 +-
 drivers/iio/adc/hi8435.c            |  2 +-
 drivers/iio/adc/mt6577_auxadc.c     | 10 +++++-----
 drivers/iio/adc/ti-adc084s021.c     |  2 +-
 drivers/iio/chemical/atlas-sensor.c | 10 +++++-----
 drivers/iio/frequency/admv1013.c    |  2 +-
 drivers/iio/light/ltr501.c          | 14 +++++++-------
 drivers/iio/light/pa12203001.c      |  4 ++--
 drivers/iio/light/tsl2772.c         |  2 +-
 drivers/iio/light/us5182d.c         |  6 +++---
 drivers/iio/light/vcnl4035.c        |  2 +-
 drivers/iio/proximity/ping.c        |  4 ++--
 drivers/iio/proximity/rfd77402.c    |  2 +-
 drivers/iio/proximity/srf04.c       | 12 ++++++------
 drivers/iio/proximity/srf08.c       |  6 +++---
 drivers/iio/proximity/vl53l0x-i2c.c |  2 +-
 16 files changed, 41 insertions(+), 41 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2022-01-09 14:54 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 17:48 [PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables Jonathan Cameron
2021-12-30 17:48 ` [PATCH 01/16] iio:chemical:atlas: Trivial white space cleanup to add space before } Jonathan Cameron
2021-12-31  5:46   ` Gwendal Grignou
2021-12-30 17:48 ` [PATCH 02/16] iio:light:pa12203001: Tidy up white space change to add spaces after { and " Jonathan Cameron
2021-12-31  5:45   ` Gwendal Grignou
2021-12-30 17:48 ` [PATCH 03/16] iio:light:vcnl4035: Trivial whitespace cleanup to add space " Jonathan Cameron
2021-12-31  5:46   ` Gwendal Grignou
2021-12-30 17:48 ` [PATCH 04/16] iio:light:us5182: White space cleanup of spacing around {} in id tables Jonathan Cameron
2021-12-31  5:47   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 05/16] iio:light:ltr501: " Jonathan Cameron
2021-12-31  5:47   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 06/16] iio:proximity:ping: " Jonathan Cameron
2021-12-31  5:48   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 07/16] iio:proximity:rfd77402: " Jonathan Cameron
2021-12-31  5:48   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 08/16] iio:proximity:srf04: " Jonathan Cameron
2021-12-31  5:48   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 09/16] iio:proximity:srf08: " Jonathan Cameron
2021-12-31  5:49   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 10/16] iio:frequency:admv1013: " Jonathan Cameron
2021-12-31  5:49   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 11/16] iio:adc:mt6577_auxadc: Tidy up white space " Jonathan Cameron
2021-12-31  5:49   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 12/16] iio:adc:hi8435: " Jonathan Cameron
2021-12-31  5:49   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 13/16] iio:adc:ti-adc084s021: Tidy up white space around {} Jonathan Cameron
2021-12-31  5:50   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 14/16] iio:light:tsl2722: Fix inconsistent spacing before } in id table Jonathan Cameron
2021-12-31  5:50   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 15/16] iio:proximity:vl53l0x: Tidy up white space around {} in id tables Jonathan Cameron
2021-12-31  5:50   ` Gwendal Grignou
2021-12-30 17:49 ` [PATCH 16/16] iio:accel:dmard09: Tidy up white space around {} in id table Jonathan Cameron
2021-12-31  5:50   ` Gwendal Grignou
2022-01-09 15:00 ` [PATCH 00/16] IIO: Tidy up inconsistent spacing in ID tables Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox