浏览代码

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

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Lorenzo Bianconi 7 年之前
父节点
当前提交
b62c4a96a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/iio/humidity/hts221_buffer.c

+ 1 - 1
drivers/iio/humidity/hts221_buffer.c

@@ -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