All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: iio: accel: Multiple coding style fixes
@ 2014-08-05  1:46 Murilo Opsfelder Araujo
  2014-08-05  1:46 ` [PATCH v2 1/8] staging: iio: accel: adis16203_core.c: Add blank lines between declarations and code Murilo Opsfelder Araujo
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Murilo Opsfelder Araujo @ 2014-08-05  1:46 UTC (permalink / raw)
  To: linux-iio, devel, linux-kernel; +Cc: gregkh, jic23, Murilo Opsfelder Araujo

The following patches fix almost all warnings reported by
checkpatch.pl.

Changes from v1:
- Updated commit messages to better reflect changes.

Murilo Opsfelder Araujo (8):
  staging: iio: accel: adis16203_core.c: Add blank lines between
    declarations and code
  staging: iio: accel: adis16201_core.c: Add blank line between
    declarations and code
  staging: iio: accel: adis16204_core.c: Add blank line between
    declarations and code
  staging: iio: accel: adis16209_core.c: Add blank line between
    declarations and code
  staging: iio: accel: adis16240_core.c: Add blank line between
    declarations and code
  staging: iio: accel: lis3l02dq_core.c: Add blank lines between
    declarations and code
  staging: iio: accel: lis3l02dq_ring.c: Add blank line between
    declarations and code
  staging: iio: accel: sca3000_core.c: Add blank line between
    declarations and code

 drivers/staging/iio/accel/adis16201_core.c | 5 +++--
 drivers/staging/iio/accel/adis16203_core.c | 2 ++
 drivers/staging/iio/accel/adis16204_core.c | 1 +
 drivers/staging/iio/accel/adis16209_core.c | 1 +
 drivers/staging/iio/accel/adis16240_core.c | 1 +
 drivers/staging/iio/accel/lis3l02dq_core.c | 4 ++++
 drivers/staging/iio/accel/lis3l02dq_ring.c | 1 +
 drivers/staging/iio/accel/sca3000_core.c   | 4 +++-
 8 files changed, 16 insertions(+), 3 deletions(-)

--
2.1.0.rc1.204.gae8bc8d

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

end of thread, other threads:[~2014-08-05 10:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05  1:46 [PATCH v2 0/8] staging: iio: accel: Multiple coding style fixes Murilo Opsfelder Araujo
2014-08-05  1:46 ` [PATCH v2 1/8] staging: iio: accel: adis16203_core.c: Add blank lines between declarations and code Murilo Opsfelder Araujo
2014-08-05  1:46 ` [PATCH v2 2/8] staging: iio: accel: adis16201_core.c: Add blank line " Murilo Opsfelder Araujo
2014-08-05  1:46 ` [PATCH v2 3/8] staging: iio: accel: adis16204_core.c: " Murilo Opsfelder Araujo
2014-08-05  1:46 ` [PATCH v2 4/8] staging: iio: accel: adis16209_core.c: " Murilo Opsfelder Araujo
2014-08-05  1:47 ` [PATCH v2 5/8] staging: iio: accel: adis16240_core.c: " Murilo Opsfelder Araujo
2014-08-05  1:47 ` [PATCH v2 6/8] staging: iio: accel: lis3l02dq_core.c: Add blank lines " Murilo Opsfelder Araujo
2014-08-05  1:47 ` [PATCH v2 7/8] staging: iio: accel: lis3l02dq_ring.c: Add blank line " Murilo Opsfelder Araujo
2014-08-05  1:47 ` [PATCH v2 8/8] staging: iio: accel: sca3000_core.c: " Murilo Opsfelder Araujo
2014-08-05  2:02   ` Joe Perches
2014-08-05 10:24 ` [PATCH v2 0/8] staging: iio: accel: Multiple coding style fixes Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.