]> git.sur5r.net Git - groeck-it87/commitdiff
replaced two spaces with one
authorairbjorn <gerhart@posteo.de>
Tue, 12 Jun 2018 12:06:18 +0000 (14:06 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 12 Jun 2018 13:41:02 +0000 (06:41 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
it87.c

diff --git a/it87.c b/it87.c
index 28428d3457ea68a9f12aef6c8531f3be09a44d75..75c4e34ad02ee615f7b9b79b2df2735657fd8346 100644 (file)
--- 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;