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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Mon May 28 16:22:11 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( 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>
---
M src/superio/ite/common/env_ctrl.h
M src/superio/smsc/lpc47n217/superio.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/26650/1

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: newchange
Gerrit-Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0
Gerrit-Change-Number: 26650
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180528/1a17aabe/attachment.html>


More information about the coreboot-gerrit mailing list