From 5bd5a9ae01e8bc2561e30c17448f9eae86831901 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 28 May 2018 16:21:04 +0200 Subject: src/superio/{ite,smsc}: Remove space before tab Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26650 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/superio/ite/common/env_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/ite') diff --git a/src/superio/ite/common/env_ctrl.h b/src/superio/ite/common/env_ctrl.h index 020f383be7..11316db276 100644 --- a/src/superio/ite/common/env_ctrl.h +++ b/src/superio/ite/common/env_ctrl.h @@ -77,7 +77,7 @@ #define ITE_EC_FAN_CTL_PWM_MODE_AUTOMATIC (1 << 7) #define ITE_EC_FAN_CTL_PWM_DUTY_MASK (ITE_EC_FAN_MAX_PWM << 0) #define ITE_EC_FAN_CTL_PWM_DUTY(p) \ - ({ \ + ({ \ const unsigned int _p = p; \ (_p >= 100) \ ? ITE_EC_FAN_MAX_PWM \ -- cgit v1.2.3