All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] staging: iio: adc: fix multiple checkpatch issues
@ 2015-10-09 19:50 Ioana Ciornei
  2015-10-09 19:51 ` [PATCH v3 1/9] staging: iio: adc: use kernel types u32 and u64 Ioana Ciornei
                   ` (8 more replies)
  0 siblings, 9 replies; 29+ messages in thread
From: Ioana Ciornei @ 2015-10-09 19:50 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Ioana Ciornei

This patchset fixes multiple checkpatch issues.

Changes in v2:
    - removed commit 09/10 from previous version since it introduced build
    warnings

Changes in v3:
    - reworked patch 2/9 so that it does not introduce any other checkpatch
    warnings
    - changed the cover letter description in order to keep up with the other
    updates


Ioana Ciornei (9):
  staging: iio: adc: use kernel types u32 and u64
  staging: iio: adc: properly indent to match open paranthesis
  staging: iio: adc: remove explicit comparison to NULL
  staging: iio: adc: remove space after cast
  staging: iio: adc: add spaces around binary operators
  staging: iio: adc: add blank line after declarations
  staging: iio: adc: remove multiple blank lines
  staging: iio: adc: remove the use of CamelCase
  staging: iio: adc: properly indent block comments

 drivers/staging/iio/adc/ad7192.c      |  94 ++++++++--------
 drivers/staging/iio/adc/ad7192.h      |   2 +-
 drivers/staging/iio/adc/ad7280a.c     | 196 ++++++++++++++++++----------------
 drivers/staging/iio/adc/ad7606_core.c |  23 ++--
 drivers/staging/iio/adc/ad7606_par.c  |  15 +--
 drivers/staging/iio/adc/ad7606_spi.c  |   5 +-
 drivers/staging/iio/adc/ad7780.c      |  13 +--
 drivers/staging/iio/adc/ad7816.c      |  53 +++++----
 drivers/staging/iio/adc/lpc32xx_adc.c |  20 ++--
 drivers/staging/iio/adc/mxs-lradc.c   | 185 +++++++++++++++++---------------
 drivers/staging/iio/adc/spear_adc.c   |   4 +-
 11 files changed, 323 insertions(+), 287 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-10-13 11:54 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09 19:50 [PATCH v3 0/9] staging: iio: adc: fix multiple checkpatch issues Ioana Ciornei
2015-10-09 19:51 ` [PATCH v3 1/9] staging: iio: adc: use kernel types u32 and u64 Ioana Ciornei
2015-10-12 16:59   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 2/9] staging: iio: adc: properly indent to match open paranthesis Ioana Ciornei
2015-10-12 15:14   ` [Outreachy kernel] " Daniel Baluta
2015-10-13  9:52     ` Ioana Ciornei
2015-10-13  9:56       ` Julia Lawall
2015-10-13 10:05         ` Ioana Ciornei
2015-10-13 10:19           ` Julia Lawall
2015-10-13 11:51           ` Sudip Mukherjee
2015-10-13 11:52             ` Julia Lawall
2015-10-13 11:54           ` Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 3/9] staging: iio: adc: remove explicit comparison to NULL Ioana Ciornei
2015-10-12 16:26   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 4/9] staging: iio: adc: remove space after cast Ioana Ciornei
2015-10-12 16:31   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 5/9] staging: iio: adc: add spaces around binary operators Ioana Ciornei
2015-10-12 16:38   ` [Outreachy kernel] " Daniel Baluta
2015-10-12 19:00     ` Ioana Ciornei
2015-10-13  0:01       ` Greg KH
2015-10-13  5:47         ` Ioana Ciornei
2015-10-09 19:51 ` [PATCH v3 6/9] staging: iio: adc: add blank line after declarations Ioana Ciornei
2015-10-12 16:39   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 7/9] staging: iio: adc: remove multiple blank lines Ioana Ciornei
2015-10-12 16:40   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 8/9] staging: iio: adc: remove the use of CamelCase Ioana Ciornei
2015-10-12 16:50   ` [Outreachy kernel] " Daniel Baluta
2015-10-09 19:51 ` [PATCH v3 9/9] staging: iio: adc: properly indent block comments Ioana Ciornei
2015-10-12 16:53   ` [Outreachy kernel] " Daniel Baluta

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.