From: Jonathan Cameron <jic23@kernel.org>
To: Peter Meerwald <pmeerw@pmeerw.net>
Cc: linux-iio@vger.kernel.org, manuel.stahl@iis.fraunhofer.de
Subject: Re: [PATCH 3/3] staging iio: consistent commas in adis16400 channel spec
Date: Sat, 13 Oct 2012 21:27:53 +0100 [thread overview]
Message-ID: <5079CEC9.8040203@kernel.org> (raw)
In-Reply-To: <1348999545-19099-3-git-send-email-pmeerw@pmeerw.net>
On 09/30/2012 11:05 AM, Peter Meerwald wrote:
> probably not the most important patch in the world
>
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
> Cc: manuel.stahl@iis.fraunhofer.de
Applied to togreg branch of iio.git
> ---
> drivers/staging/iio/imu/adis16400_core.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/staging/iio/imu/adis16400_core.c b/drivers/staging/iio/imu/adis16400_core.c
> index b302c9b..5eab327 100644
> --- a/drivers/staging/iio/imu/adis16400_core.c
> +++ b/drivers/staging/iio/imu/adis16400_core.c
> @@ -622,7 +622,7 @@ static const struct iio_chan_spec adis16400_channels[] = {
> IIO_CHAN_INFO_SCALE_SEPARATE_BIT,
> .address = in_supply,
> .scan_index = ADIS16400_SCAN_SUPPLY,
> - .scan_type = IIO_ST('u', 14, 16, 0)
> + .scan_type = IIO_ST('u', 14, 16, 0),
> }, {
> .type = IIO_ANGL_VEL,
> .modified = 1,
> @@ -633,7 +633,7 @@ static const struct iio_chan_spec adis16400_channels[] = {
> IIO_CHAN_INFO_LOW_PASS_FILTER_3DB_FREQUENCY_SHARED_BIT,
> .address = gyro_x,
> .scan_index = ADIS16400_SCAN_GYRO_X,
> - .scan_type = IIO_ST('s', 14, 16, 0)
> + .scan_type = IIO_ST('s', 14, 16, 0),
> }, {
> .type = IIO_ANGL_VEL,
> .modified = 1,
> @@ -752,7 +752,7 @@ static const struct iio_chan_spec adis16350_channels[] = {
> IIO_CHAN_INFO_SCALE_SEPARATE_BIT,
> .address = in_supply,
> .scan_index = ADIS16400_SCAN_SUPPLY,
> - .scan_type = IIO_ST('u', 12, 16, 0)
> + .scan_type = IIO_ST('u', 12, 16, 0),
> }, {
> .type = IIO_ANGL_VEL,
> .modified = 1,
> @@ -763,7 +763,7 @@ static const struct iio_chan_spec adis16350_channels[] = {
> IIO_CHAN_INFO_LOW_PASS_FILTER_3DB_FREQUENCY_SHARED_BIT,
> .address = gyro_x,
> .scan_index = ADIS16400_SCAN_GYRO_X,
> - .scan_type = IIO_ST('s', 14, 16, 0)
> + .scan_type = IIO_ST('s', 14, 16, 0),
> }, {
> .type = IIO_ANGL_VEL,
> .modified = 1,
> @@ -877,7 +877,7 @@ static const struct iio_chan_spec adis16300_channels[] = {
> IIO_CHAN_INFO_SCALE_SEPARATE_BIT,
> .address = in_supply,
> .scan_index = ADIS16400_SCAN_SUPPLY,
> - .scan_type = IIO_ST('u', 12, 16, 0)
> + .scan_type = IIO_ST('u', 12, 16, 0),
> }, {
> .type = IIO_ANGL_VEL,
> .modified = 1,
>
prev parent reply other threads:[~2012-10-13 20:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-30 10:05 [PATCH 1/3] iio: add IIO_ST macros specifying endianness, IIO_ST_CPU and IIO_ST_BE Peter Meerwald
2012-09-30 10:05 ` [PATCH 2/3] iio staging: make use of IIO_ST macro where easily possible Peter Meerwald
2012-09-30 10:35 ` Jonathan Cameron
2012-09-30 11:16 ` Peter Meerwald
2012-09-30 10:05 ` [PATCH 3/3] staging iio: consistent commas in adis16400 channel spec Peter Meerwald
2012-10-13 20:27 ` Jonathan Cameron [this message]
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=5079CEC9.8040203@kernel.org \
--to=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=manuel.stahl@iis.fraunhofer.de \
--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 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).