Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / drivers / hwmon / sht15.c
index 91fdd1f..8b011d0 100644 (file)
@@ -806,7 +806,7 @@ static void sht15_bh_read_data(struct work_struct *work_s)
                 */
                atomic_set(&data->interrupt_handled, 0);
                enable_irq(gpio_to_irq(data->pdata->gpio_data));
-               /* If still not occurred or another handler has been scheduled */
+               /* If still not occurred or another handler was scheduled */
                if (gpio_get_value(data->pdata->gpio_data)
                    || atomic_read(&data->interrupt_handled))
                        return;