src: Remove space after defined

Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26460
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS
2018-05-22 12:29:05 +02:00
committed by Patrick Georgi
parent ee8ce8d208
commit 2526fd4a3d
9 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
Scope(\_TZ)
{
#if defined (EC_LENOVO_H8_ME_WORKAROUND)
#if defined(EC_LENOVO_H8_ME_WORKAROUND)
Name (MEB1, 0)
Name (MEB2, 0)
#endif
@@ -85,7 +85,7 @@ External (\PPKG, MethodObj)
}
Method(_TMP) {
#if defined (EC_LENOVO_H8_ME_WORKAROUND)
#if defined(EC_LENOVO_H8_ME_WORKAROUND)
/* Avoid tripping alarm if ME isn't booted at all yet */
If (LAnd (LNot (MEB1), LEqual (\_SB.PCI0.LPCB.EC.TMP0, 128))) {
Return (C2K(40))
@@ -172,7 +172,7 @@ External (\PPKG, MethodObj)
}
Method(_TMP) {
#if defined (EC_LENOVO_H8_ME_WORKAROUND)
#if defined(EC_LENOVO_H8_ME_WORKAROUND)
/* Avoid tripping alarm if ME isn't booted at all yet */
If (LAnd (LNot (MEB2), LEqual (\_SB.PCI0.LPCB.EC.TMP1, 128))) {
Return (C2K(40))