From: Ioana Ciornei <ciorneiioana@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Ioana Ciornei <ciorneiioana@gmail.com>
Subject: [PATCH v2 0/9] staging: iio: adc: fix multiple checkpatch issues
Date: Wed, 7 Oct 2015 21:13:38 +0300 [thread overview]
Message-ID: <cover.1444241200.git.ciorneiioana@gmail.com> (raw)
This patchset fixes multiple checkpatch issues.
Patch 2/10 introduces some lines over 800 characters, thus some other checkpatch
warnings, but the readability of the entire core is improved by aligning the
arguments and the parameters of the functions to match the open bracket.
Changes in v2:
- removed commit 09/10 from previous version since it introduced build
warnings
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 | 91 +++++++++--------
drivers/staging/iio/adc/ad7192.h | 2 +-
drivers/staging/iio/adc/ad7280a.c | 186 +++++++++++++++++-----------------
drivers/staging/iio/adc/ad7606_core.c | 21 ++--
drivers/staging/iio/adc/ad7606_par.c | 15 +--
drivers/staging/iio/adc/ad7606_spi.c | 5 +-
drivers/staging/iio/adc/ad7780.c | 9 +-
drivers/staging/iio/adc/ad7816.c | 53 +++++-----
drivers/staging/iio/adc/lpc32xx_adc.c | 20 ++--
drivers/staging/iio/adc/mxs-lradc.c | 168 +++++++++++++++---------------
drivers/staging/iio/adc/spear_adc.c | 4 +-
11 files changed, 290 insertions(+), 284 deletions(-)
--
2.1.4
next reply other threads:[~2015-10-07 18:13 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-07 18:13 Ioana Ciornei [this message]
2015-10-07 18:13 ` [PATCH v2 1/9] staging: iio: adc: use kernel types u32 and u64 Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 2/9] staging: iio: adc: properly indent to match open paranthesis Ioana Ciornei
2015-10-08 4:55 ` [Outreachy kernel] " Sudip Mukherjee
2015-10-08 5:40 ` Julia Lawall
2015-10-08 5:57 ` Ioana Ciornei
2015-10-08 6:49 ` Julia Lawall
2015-10-08 6:52 ` Ioana Ciornei
2015-10-08 18:15 ` Ioana Ciornei
2015-10-09 5:40 ` Sudip Mukherjee
2015-10-07 18:13 ` [PATCH v2 3/9] staging: iio: adc: remove explicit comparison to NULL Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 4/9] staging: iio: adc: remove space after cast Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 5/9] staging: iio: adc: add spaces around binary operators Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 6/9] staging: iio: adc: add blank line after declarations Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 7/9] staging: iio: adc: remove multiple blank lines Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 8/9] staging: iio: adc: remove the use of CamelCase Ioana Ciornei
2015-10-07 18:13 ` [PATCH v2 9/9] staging: iio: adc: properly indent block comments Ioana Ciornei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1444241200.git.ciorneiioana@gmail.com \
--to=ciorneiioana@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.