linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 2/4] iio: humidity: hts221: remove trailing whitespace from a comment
@ 2018-01-08 22:12 Lorenzo Bianconi
  2018-01-14 14:01 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Bianconi @ 2018-01-08 22:12 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 drivers/iio/humidity/hts221_buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/humidity/hts221_buffer.c b/drivers/iio/humidity/hts221_buffer.c
index e971ea425268..f9522ee62170 100644
--- a/drivers/iio/humidity/hts221_buffer.c
+++ b/drivers/iio/humidity/hts221_buffer.c
@@ -61,7 +61,7 @@ static irqreturn_t hts221_trigger_handler_thread(int irq, void *private)
 	if (err < 0)
 		return IRQ_HANDLED;
 
-	/* 
+	/*
 	 * H_DA bit (humidity data available) is routed to DRDY line.
 	 * Humidity sample is computed after temperature one.
 	 * Here we can assume data channels are both available if H_DA bit
-- 
2.15.1

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

* Re: [PATCH v3 2/4] iio: humidity: hts221: remove trailing whitespace from a comment
  2018-01-08 22:12 [PATCH v3 2/4] iio: humidity: hts221: remove trailing whitespace from a comment Lorenzo Bianconi
@ 2018-01-14 14:01 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2018-01-14 14:01 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-iio

On Mon,  8 Jan 2018 23:12:29 +0100
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:

> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
I wonder when that one snuck in and why we haven't had
doesn't of static checker warnings about it.

Applied to the togreg branch of iio.git and pushed out
as testing for the autobuilders to play with it.

Thanks,

Jonathan

> ---
>  drivers/iio/humidity/hts221_buffer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/humidity/hts221_buffer.c b/drivers/iio/humidity/hts221_buffer.c
> index e971ea425268..f9522ee62170 100644
> --- a/drivers/iio/humidity/hts221_buffer.c
> +++ b/drivers/iio/humidity/hts221_buffer.c
> @@ -61,7 +61,7 @@ static irqreturn_t hts221_trigger_handler_thread(int irq, void *private)
>  	if (err < 0)
>  		return IRQ_HANDLED;
>  
> -	/* 
> +	/*
>  	 * H_DA bit (humidity data available) is routed to DRDY line.
>  	 * Humidity sample is computed after temperature one.
>  	 * Here we can assume data channels are both available if H_DA bit


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

end of thread, other threads:[~2018-01-14 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 22:12 [PATCH v3 2/4] iio: humidity: hts221: remove trailing whitespace from a comment Lorenzo Bianconi
2018-01-14 14:01 ` Jonathan Cameron

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).