soc/intel: Remove unneeded whitespaces

Change-Id: Ib156ebede1ee24a1c7bd20d01792ec80cba8f37d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39991
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-03-31 21:55:16 +02:00 committed by Angel Pons
parent af0f410c70
commit a895c32242
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ scope(\_SB)
/*
* Save the current PM bits then
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
*/
*/
If (CondRefOf (\_SB.PCI0.EGPM))
{
\_SB.PCI0.EGPM ()

View file

@ -32,7 +32,7 @@ Method (_PTS, 1)
/*
* Save the current PM bits then
* enable GPIO PM with MISCCFG_ENABLE_GPIO_PM_CONFIG
*/
*/
If (CondRefOf (\_SB.PCI0.EGPM))
{
\_SB.PCI0.EGPM ()

View file

@ -19,7 +19,7 @@
* The mapping fields ae Address, Pin, Source, Source Index.
*/
#define GEN_PCIE_LEGACY_IRQ() \
#define GEN_PCIE_LEGACY_IRQ() \
Package (0x04) { 0x0000FFFF, 0x00, LNKA, 0x00 }, \
Package (0x04) { 0x0001FFFF, 0x00, LNKA, 0x00 }, \
Package (0x04) { 0x0002FFFF, 0x00, LNKA, 0x00 }, \