summaryrefslogtreecommitdiff
path: root/src/superio/ite
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-28 16:21:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 09:11:32 +0000
commit5bd5a9ae01e8bc2561e30c17448f9eae86831901 (patch)
treeecd4c38595559437e9f444ff3d34c1b05b8943f0 /src/superio/ite
parentb9585c5cc8a7a2f768dc6139d2fb1180fcaf1271 (diff)
downloadcoreboot-5bd5a9ae01e8bc2561e30c17448f9eae86831901.tar.xz
src/superio/{ite,smsc}: Remove space before tab
Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/superio/ite')
-rw-r--r--src/superio/ite/common/env_ctrl.h2
1 files changed, 1 insertions, 1 deletions
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 \