replaced two spaces with one

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
airbjorn
2018-06-12 14:06:18 +02:00
committed by Guenter Roeck
parent c9439f9d6e
commit 721f5b8a1b

2
it87.c
View File

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