linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] iio: fix errors reported by checkpatch.pl
@ 2016-04-14 19:36 Slawomir Stepien
  2016-04-14 19:36 ` [PATCH 01/10] iio: light apds9960: fix wrong use of brace Slawomir Stepien
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Slawomir Stepien @ 2016-04-14 19:36 UTC (permalink / raw)
  To: jic23, knaack.h, pmeerw; +Cc: linux-iio, kernel-janitors, Slawomir Stepien

Simple fixes of errors reported by checkpatch.pl.

Slawomir Stepien (10):
  iio: light apds9960: fix wrong use of brace
  iio: inkern: add a missing space before if
  iio: adc: vf610_adc: fix case label indent
  iio: adc: mcp3422: remove spaces before comma
  iio: adc: at91_adc: fix errors reported by checkpatch.pl
  iio: adc: ad799x: remove space before comma
  iio: common: ms_sensors: use tab for indention
  iio: common: hid-sensors: use tab for indention
  iio: magnetometer: ak8975: put else and brace at the same line
  iio: pressure: ms5611: use tab for indention

 drivers/iio/adc/ad799x.c                           |  2 +-
 drivers/iio/adc/at91_adc.c                         |  8 ++++----
 drivers/iio/adc/mcp3422.c                          |  6 +++---
 drivers/iio/adc/vf610_adc.c                        | 24 +++++++++++-----------
 .../iio/common/hid-sensors/hid-sensor-trigger.c    |  2 +-
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c     |  2 +-
 drivers/iio/inkern.c                               |  2 +-
 drivers/iio/light/apds9960.c                       |  8 ++++++--
 drivers/iio/magnetometer/ak8975.c                  |  3 +--
 drivers/iio/pressure/ms5611_core.c                 |  2 +-
 drivers/iio/pressure/ms5611_spi.c                  |  2 +-
 11 files changed, 32 insertions(+), 29 deletions(-)

-- 
2.8.0

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

end of thread, other threads:[~2016-04-16 12:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14 19:36 [PATCH 00/10] iio: fix errors reported by checkpatch.pl Slawomir Stepien
2016-04-14 19:36 ` [PATCH 01/10] iio: light apds9960: fix wrong use of brace Slawomir Stepien
2016-04-14 23:29   ` Matt Ranostay
2016-04-15 14:56     ` Slawomir Stepien
2016-04-16  9:48       ` Dan Carpenter
2016-04-16 12:30       ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 02/10] iio: inkern: add a missing space before if Slawomir Stepien
2016-04-16 12:31   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 03/10] iio: adc: vf610_adc: fix case label indent Slawomir Stepien
2016-04-16 12:31   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 04/10] iio: adc: mcp3422: remove spaces before comma Slawomir Stepien
2016-04-16 12:32   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 05/10] iio: adc: at91_adc: fix errors reported by checkpatch.pl Slawomir Stepien
2016-04-16 12:33   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 06/10] iio: adc: ad799x: remove space before comma Slawomir Stepien
2016-04-16 12:34   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 07/10] iio: common: ms_sensors: use tab for indention Slawomir Stepien
2016-04-16 12:34   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 08/10] iio: common: hid-sensors: " Slawomir Stepien
2016-04-16 12:35   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 09/10] iio: magnetometer: ak8975: put else and brace at the same line Slawomir Stepien
2016-04-16 12:35   ` Jonathan Cameron
2016-04-14 19:36 ` [PATCH 10/10] iio: pressure: ms5611: use tab for indention Slawomir Stepien
2016-04-16 12:40   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).