Commit b62c4a96 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Jonathan Cameron

iio: humidity: hts221: remove trailing whitespace from a comment

Signed-off-by: default avatarLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent bf388e3a
...@@ -61,7 +61,7 @@ static irqreturn_t hts221_trigger_handler_thread(int irq, void *private) ...@@ -61,7 +61,7 @@ static irqreturn_t hts221_trigger_handler_thread(int irq, void *private)
if (err < 0) if (err < 0)
return IRQ_HANDLED; return IRQ_HANDLED;
/* /*
* H_DA bit (humidity data available) is routed to DRDY line. * H_DA bit (humidity data available) is routed to DRDY line.
* Humidity sample is computed after temperature one. * Humidity sample is computed after temperature one.
* Here we can assume data channels are both available if H_DA bit * Here we can assume data channels are both available if H_DA bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment