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 +- src/superio/smsc/lpc47n217/superio.c | 2 +- 2 files changed, 2 insertions(+), 2 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 \ diff --git a/src/superio/smsc/lpc47n217/superio.c b/src/superio/smsc/lpc47n217/superio.c index 9c5dff06e6..43b56dc549 100644 --- a/src/superio/smsc/lpc47n217/superio.c +++ b/src/superio/smsc/lpc47n217/superio.c @@ -91,7 +91,7 @@ static void lpc47n217_pnp_set_resources(struct device *dev) for (res = dev->resource_list; res; res = res->next) lpc47n217_pnp_set_resource(dev, res); /* dump_pnp_device(dev); */ - pnp_exit_conf_state(dev); + pnp_exit_conf_state(dev); } /* -- cgit v1.2.3