From 721f5b8a1b0c3b08af13f436c8841b65a488c2b8 Mon Sep 17 00:00:00 2001 From: airbjorn Date: Tue, 12 Jun 2018 14:06:18 +0200 Subject: [PATCH] replaced two spaces with one Signed-off-by: Guenter Roeck --- it87.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it87.c b/it87.c index 28428d3..75c4e34 100644 --- a/it87.c +++ b/it87.c @@ -959,7 +959,7 @@ static u8 temp_map_from_reg(const struct it87_data *data, u8 reg) { u8 map; - map = (reg >> data->pwm_temp_map_shift) & data->pwm_temp_map_mask; + map = (reg >> data->pwm_temp_map_shift) & data->pwm_temp_map_mask; if (map >= data->pwm_num_temp_map) /* map is 0-based */ map = 0; -- 2.39.5