From: airbjorn Date: Tue, 12 Jun 2018 12:06:18 +0000 (+0200) Subject: replaced two spaces with one X-Git-Url: https://git.sur5r.net/?p=groeck-it87;a=commitdiff_plain;h=721f5b8a1b0c3b08af13f436c8841b65a488c2b8 replaced two spaces with one Signed-off-by: Guenter Roeck --- 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;