[coreboot-gerrit] Change in coreboot[master]: src/superio/{ite, smsc}: Remove space before tab

Patrick Georgi (Code Review) gerrit at coreboot.org
Mon Jun 4 11:11:38 CEST 2018


Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/26650 )

Change subject: src/superio/{ite,smsc}: Remove space before tab
......................................................................

src/superio/{ite,smsc}: Remove space before tab

Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
Reviewed-on: https://review.coreboot.org/26650
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M src/superio/ite/common/env_ctrl.h
M src/superio/smsc/lpc47n217/superio.c
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved



diff --git a/src/superio/ite/common/env_ctrl.h b/src/superio/ite/common/env_ctrl.h
index 020f383..11316db 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 9c5dff0..43b56dc 100644
--- a/src/superio/smsc/lpc47n217/superio.c
+++ b/src/superio/smsc/lpc47n217/superio.c
@@ -91,7 +91,7 @@
 	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);
 }
 
 /*

-- 
To view, visit https://review.coreboot.org/26650
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0
Gerrit-Change-Number: 26650
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180604/fcd72375/attachment.html>


More information about the coreboot-gerrit mailing list