From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: daniel.baluta@nxp.com, linux-iio@vger.kernel.org,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] staging:iio:meter: Checkpatch cleanup for meter
Date: Tue, 6 Mar 2018 21:43:17 -0300 [thread overview]
Message-ID: <cover.1520382753.git.rodrigosiqueiramelo@gmail.com> (raw)
This patchset fixes errors and checks found by checkpatch.pl in the
staging/iio/meter. These series fixes:
* Removes the use of 4 digit octal by replaces IIO_DEV_ATTR_CH_OFF by
IIO_DEVICE_ATTR;
* Removes unnecessary macro;
* Aligns open parenthesis;
Changes v2:
- Aligns one extra open parenthesis in Patch 3.
After apply this patch series, meter going to be checkpatch
Rodrigo Siqueira (3):
staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR
staging:iio:meter: Remove unused macro IIO_DEV_ATTR_CH_OFF
staging:iio:meter: Aligns open parenthesis
drivers/staging/iio/meter/ade7753.c | 18 +++++++------
drivers/staging/iio/meter/ade7758_trigger.c | 6 ++---
drivers/staging/iio/meter/ade7759.c | 18 +++++++------
drivers/staging/iio/meter/ade7854-spi.c | 40 ++++++++++++++---------------
drivers/staging/iio/meter/meter.h | 3 ---
5 files changed, 43 insertions(+), 42 deletions(-)
--
2.16.2
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-iio@vger.kernel.org, devel@driverdev.osuosl.org,
daniel.baluta@nxp.com, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] staging:iio:meter: Checkpatch cleanup for meter
Date: Tue, 6 Mar 2018 21:43:17 -0300 [thread overview]
Message-ID: <cover.1520382753.git.rodrigosiqueiramelo@gmail.com> (raw)
This patchset fixes errors and checks found by checkpatch.pl in the
staging/iio/meter. These series fixes:
* Removes the use of 4 digit octal by replaces IIO_DEV_ATTR_CH_OFF by
IIO_DEVICE_ATTR;
* Removes unnecessary macro;
* Aligns open parenthesis;
Changes v2:
- Aligns one extra open parenthesis in Patch 3.
After apply this patch series, meter going to be checkpatch
Rodrigo Siqueira (3):
staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR
staging:iio:meter: Remove unused macro IIO_DEV_ATTR_CH_OFF
staging:iio:meter: Aligns open parenthesis
drivers/staging/iio/meter/ade7753.c | 18 +++++++------
drivers/staging/iio/meter/ade7758_trigger.c | 6 ++---
drivers/staging/iio/meter/ade7759.c | 18 +++++++------
drivers/staging/iio/meter/ade7854-spi.c | 40 ++++++++++++++---------------
drivers/staging/iio/meter/meter.h | 3 ---
5 files changed, 43 insertions(+), 42 deletions(-)
--
2.16.2
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
next reply other threads:[~2018-03-07 0:43 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 0:43 Rodrigo Siqueira [this message]
2018-03-07 0:43 ` [PATCH v2 0/3] staging:iio:meter: Checkpatch cleanup for meter Rodrigo Siqueira
2018-03-07 0:43 ` [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR Rodrigo Siqueira
2018-03-07 0:43 ` Rodrigo Siqueira
2018-03-07 20:07 ` Jonathan Cameron
2018-03-07 20:07 ` Jonathan Cameron
2018-03-09 0:37 ` Rodrigo Siqueira
2018-03-09 0:37 ` Rodrigo Siqueira
2018-03-10 15:10 ` Jonathan Cameron
2018-03-15 6:10 ` John Syne
2018-03-15 6:12 ` John Syne
2018-03-15 6:12 ` John Syne
2018-03-17 20:30 ` Jonathan Cameron
2018-03-17 20:30 ` Jonathan Cameron
2018-03-18 6:11 ` John Syne
2018-03-18 6:11 ` John Syne
2018-03-18 12:23 ` meter ABI: (was Re: [PATCH v2 1/3] staging:iio:meter: Replaces IIO_DEV_ATTR_CH_OFF by IIO_DEVICE_ATTR) Jonathan Cameron
2018-03-20 5:57 ` John Syne
2018-03-20 5:57 ` John Syne
2018-03-24 15:02 ` Jonathan Cameron
2018-03-24 15:02 ` Jonathan Cameron
2018-03-24 22:45 ` John Syne
2018-03-24 22:45 ` John Syne
2018-03-25 16:29 ` Jonathan Cameron
2018-03-25 16:29 ` Jonathan Cameron
2018-03-25 20:36 ` John Syne
2018-03-25 20:36 ` John Syne
2018-03-30 9:13 ` Jonathan Cameron
2018-03-30 9:13 ` Jonathan Cameron
2018-03-20 6:28 ` John Syne
2018-03-20 6:28 ` John Syne
2018-03-24 15:18 ` Jonathan Cameron
2018-03-24 15:18 ` Jonathan Cameron
2018-03-24 23:06 ` John Syne
2018-03-25 16:44 ` Jonathan Cameron
2018-03-25 16:44 ` Jonathan Cameron
2018-03-25 20:43 ` John Syne
2018-03-25 20:44 ` John Syne
2018-03-25 20:44 ` John Syne
2018-03-24 23:18 ` John Syne
2018-03-25 7:10 ` John Syne
2018-03-25 7:10 ` John Syne
2018-03-25 7:13 ` John Syne
2018-03-25 7:13 ` John Syne
2018-03-25 8:26 ` John Syne
2018-03-25 8:29 ` John Syne
2018-03-25 8:29 ` John Syne
2018-03-25 16:54 ` Jonathan Cameron
2018-03-25 16:54 ` Jonathan Cameron
2018-03-25 20:53 ` John Syne
2018-03-25 20:53 ` John Syne
2018-03-30 9:16 ` Jonathan Cameron
2018-03-07 0:44 ` [PATCH v2 2/3] staging:iio:meter: Remove unused macro IIO_DEV_ATTR_CH_OFF Rodrigo Siqueira
2018-03-07 0:44 ` Rodrigo Siqueira
2018-03-07 20:09 ` Jonathan Cameron
2018-03-07 20:09 ` Jonathan Cameron
2018-03-07 0:44 ` [PATCH v2 3/3] staging:iio:meter: Aligns open parenthesis Rodrigo Siqueira
2018-03-07 0:44 ` Rodrigo Siqueira
2018-03-07 20:12 ` Jonathan Cameron
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.1520382753.git.rodrigosiqueiramelo@gmail.com \
--to=rodrigosiqueiramelo@gmail.com \
--cc=daniel.baluta@nxp.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/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.