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>
This commit is contained in:
committed by
Patrick Georgi
parent
b9585c5cc8
commit
5bd5a9ae01
@@ -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 \
|
||||
|
Reference in New Issue
Block a user