linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ico Doornekamp <ico@pruts.nl>
To: Crt Mori <cmo@melexis.com>
Cc: Johnathan Iain Cameron <jic23@kernel.org>,
	Linux Iio <linux-iio@vger.kernel.org>
Subject: Re: [PATCH] Tiny whitespace fix to make ad7192.c cleanly pass checkpatch.pl
Date: Fri, 09 Sep 2016 16:05:18 +0200	[thread overview]
Message-ID: <1473429689-sup-9519@pruts.nl> (raw)
In-Reply-To: <CAKv63usKoodnShr4Nw00F-X0qrhZ7s01yN8Az5rn3J-vJyE2VA@mail.gmail.com>

* On 2016-09-09 15:56:31 +0200, Crt Mori wrote:
 
> You are missing Signed-off-by flag.

Sorry, first time around. Retry:

Signed-off-by: Ico Doornekamp <ico@pruts.nl>
---
 drivers/staging/iio/adc/ad7192.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/adc/ad7192.c b/drivers/staging/iio/adc/ad7192.c
index 1cf6b79..5688b29 100644
--- a/drivers/staging/iio/adc/ad7192.c
+++ b/drivers/staging/iio/adc/ad7192.c
@@ -391,7 +391,7 @@ ad7192_show_scale_available(struct device *dev,
 }
 
 static IIO_DEVICE_ATTR_NAMED(in_v_m_v_scale_available,
-			     in_voltage-voltage_scale_available,
+			     in_voltage - voltage_scale_available,
 			     S_IRUGO, ad7192_show_scale_available, NULL, 0);
 
 static IIO_DEVICE_ATTR(in_voltage_scale_available, S_IRUGO,
-- 
2.9.3

  reply	other threads:[~2016-09-09 14:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09 13:40 [PATCH] Tiny whitespace fix to make ad7192.c cleanly pass checkpatch.pl Ico Doornekamp
2016-09-09 13:56 ` Crt Mori
2016-09-09 14:05   ` Ico Doornekamp [this message]
2016-09-09 13:59 ` Lars-Peter Clausen
2016-09-10 15:39   ` Jonathan Cameron
2016-09-10 15:55     ` Ico Doornekamp

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=1473429689-sup-9519@pruts.nl \
    --to=ico@pruts.nl \
    --cc=cmo@melexis.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    /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).